4 references to CellsPanelHorizontalOffsetProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8509get { return (double)GetValue(CellsPanelHorizontalOffsetProperty); }
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
201else if (e.Property == DataGrid.CellsPanelHorizontalOffsetProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
397e.Property == DataGrid.CellsPanelHorizontalOffsetProperty ||
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
304e.Property == DataGrid.CellsPanelHorizontalOffsetProperty ||