9 references to TableRowGroupStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
285
public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<
TableRowGroupStructure
>, IEnumerable
295
public void Add(
TableRowGroupStructure
tableRowGroup)
303
if (value is
TableRowGroupStructure
)
305
_elementList.Add((
TableRowGroupStructure
)value);
308
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
TableRowGroupStructure
)), "value");
313
IEnumerator<
TableRowGroupStructure
> IEnumerable<
TableRowGroupStructure
>.GetEnumerator()
320
return ((IEnumerable<
TableRowGroupStructure
>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
228
typeof(System.Windows.Documents.DocumentStructures.
TableRowGroupStructure
),