9 references to TableRowStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
315public class TableRowGroupStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowStructure>, IEnumerable 325public void Add(TableRowStructure tableRow) 333if (value is TableRowStructure) 335_elementList.Add((TableRowStructure)value); 338throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowStructure)), nameof(value)); 344IEnumerator<TableRowStructure> IEnumerable<TableRowStructure>.GetEnumerator() 351return ((IEnumerable<TableRowStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
227typeof(System.Windows.Documents.DocumentStructures.TableRowStructure),