9 references to TableRowGroupStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
274public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowGroupStructure>, IEnumerable 284public void Add(TableRowGroupStructure tableRowGroup) 292if (value is TableRowGroupStructure) 294_elementList.Add((TableRowGroupStructure)value); 297throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowGroupStructure)), "value"); 302IEnumerator<TableRowGroupStructure> IEnumerable<TableRowGroupStructure>.GetEnumerator() 309return ((IEnumerable<TableRowGroupStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
227typeof(System.Windows.Documents.DocumentStructures.TableRowGroupStructure),