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