8 references to TableRowStructure
PresentationFramework (8)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
354public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowStructure>, IEnumerable 364public void Add(TableRowStructure tableRow) 375if (value is TableRowStructure) 377_elementList.Add((TableRowStructure)value); 380throw new ArgumentException(SR.Get(SRID.UnexpectedParameterType, value.GetType(), typeof(TableRowStructure)), "value"); 386IEnumerator<TableRowStructure> IEnumerable<TableRowStructure>.GetEnumerator() 393return ((IEnumerable<TableRowStructure>)this).GetEnumerator();