9 references to TableRowGroupStructure
PresentationFramework (9)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (8)
273public class TableStructure : SemanticBasicElement, IAddChild, IEnumerable<TableRowGroupStructure>, IEnumerable 283public void Add(TableRowGroupStructure tableRowGroup) 291if (value is TableRowGroupStructure) 293_elementList.Add((TableRowGroupStructure)value); 296throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(TableRowGroupStructure)), nameof(value)); 301IEnumerator<TableRowGroupStructure> IEnumerable<TableRowGroupStructure>.GetEnumerator() 308return ((IEnumerable<TableRowGroupStructure>)this).GetEnumerator();
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
226typeof(System.Windows.Documents.DocumentStructures.TableRowGroupStructure),