1 instantiation of DataGridColumnHeaderCollection
PresentationFramework (1)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
71ItemsSource = new DataGridColumnHeaderCollection(grid.Columns);
2 references to DataGridColumnHeaderCollection
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
1028private DataGridColumnHeaderCollection HeaderCollection 1032return ItemsSource as DataGridColumnHeaderCollection;