5 references to TableRowGroup
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (1)
236
root = new
TableRowGroup
();
System\Windows\Documents\TextRangeEditTables.cs (2)
663
TableRowGroup rowGroup = new
TableRowGroup
();
828
TableRowGroup tableRowGroup = new
TableRowGroup
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10896
DefaultConstructor = delegate () { return new System.Windows.Documents.
TableRowGroup
(); },
System\Windows\Markup\KnownTypes.cs (1)
1580
case KnownElements.TableRowGroup: o = new System.Windows.Documents.
TableRowGroup
(); break;