9 references to TableRowStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
327public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowStructure>, IEnumerable 337public void Add(TableRowStructure tableRow) 345if (value is TableRowStructure) 347_elementList.Add((TableRowStructure)value); 350throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowStructure)), nameof(value)); 356IEnumerator<TableRowStructure> IEnumerable<TableRowStructure>.GetEnumerator() 363return ((IEnumerable<TableRowStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
229typeof(System.Windows.Documents.DocumentStructures.TableRowStructure),