9 references to TableRowStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
316public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowStructure>, IEnumerable 326public void Add(TableRowStructure tableRow) 334if (value is TableRowStructure) 336_elementList.Add((TableRowStructure)value); 339throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowStructure)), nameof(value)); 345IEnumerator<TableRowStructure> IEnumerable<TableRowStructure>.GetEnumerator() 352return ((IEnumerable<TableRowStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
228typeof(System.Windows.Documents.DocumentStructures.TableRowStructure),