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