3 references to HeaderCollection
PresentationFramework (3)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
262Debug.Assert(HeaderCollection != null, "This is a helper method for preparing and clearing a container; if it's called we must have a valid ItemSource"); 265return HeaderCollection.ColumnFromIndex(index); 331HeaderCollection?.NotifyHeaderPropertyChanged(column, e);