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