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