4 references to Table
PresentationFramework (4)
System\Windows\Documents\FixedElement.cs (1)
239
root = new
Table
();
System\Windows\Documents\TextRangeEditTables.cs (1)
661
Table table = new
Table
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9762
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
Table
(); };
System\Windows\Markup\KnownTypes.cs (1)
1582
case KnownElements.Table: o = new System.Windows.Documents.
Table
(); break;