7 references to FrozenColumnCountProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
256CoerceValue(FrozenColumnCountProperty); 7553CoerceValue(FrozenColumnCountProperty); 7958get { return (int)GetValue(FrozenColumnCountProperty); } 7959set { SetValue(FrozenColumnCountProperty, value); }
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
185else if (e.Property == DataGrid.FrozenColumnCountProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
395else if (e.Property == DataGrid.FrozenColumnCountProperty ||
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
302else if (e.Property == DataGrid.FrozenColumnCountProperty ||