1 instantiation of DataGridColumnHeaderCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
76ItemsSource = new DataGridColumnHeaderCollection(grid.Columns);
2 references to DataGridColumnHeaderCollection
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
1033private DataGridColumnHeaderCollection HeaderCollection 1037return ItemsSource as DataGridColumnHeaderCollection;