9 references to TableRowGroupStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
285public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowGroupStructure>, IEnumerable 295public void Add(TableRowGroupStructure tableRowGroup) 303if (value is TableRowGroupStructure) 305_elementList.Add((TableRowGroupStructure)value); 308throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowGroupStructure)), "value"); 313IEnumerator<TableRowGroupStructure> IEnumerable<TableRowGroupStructure>.GetEnumerator() 320return ((IEnumerable<TableRowGroupStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
228typeof(System.Windows.Documents.DocumentStructures.TableRowGroupStructure),