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