8 references to TableRowGroupStructure
PresentationFramework (8)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
309
public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<
TableRowGroupStructure
>, IEnumerable
319
public void Add(
TableRowGroupStructure
tableRowGroup)
330
if (value is
TableRowGroupStructure
)
332
_elementList.Add((
TableRowGroupStructure
)value);
335
throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(
TableRowGroupStructure
)), "value");
340
IEnumerator<
TableRowGroupStructure
> IEnumerable<
TableRowGroupStructure
>.GetEnumerator()
347
return ((IEnumerable<
TableRowGroupStructure
>)this).GetEnumerator();