2 references to GridViewColumn
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4964
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
GridViewColumn
(); };
System\Windows\Markup\KnownTypes.cs (1)
1309
case KnownElements.GridViewColumn: o = new System.Windows.Controls.
GridViewColumn
(); break;