5 references to TableRowGroup
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (1)
242
root = new
TableRowGroup
();
System\Windows\Documents\TextRangeEditTables.cs (2)
663
TableRowGroup rowGroup = new
TableRowGroup
();
826
TableRowGroup tableRowGroup = new
TableRowGroup
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9825
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
TableRowGroup
(); };
System\Windows\Markup\KnownTypes.cs (1)
1586
case KnownElements.TableRowGroup: o = new System.Windows.Documents.
TableRowGroup
(); break;