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