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