2 references to TableColumn
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1585case KnownElements.TableColumn: o = new System.Windows.Documents.TableColumn(); break; 6172case KnownElements.TableColumn: t = typeof(System.Windows.Documents.TableColumn); break;