4 references to CellsPanelHorizontalOffsetProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (1)
8435
get { return (double)GetValue(
CellsPanelHorizontalOffsetProperty
); }
System\Windows\Controls\DataGridColumnCollection.cs (1)
195
else if (e.Property == DataGrid.
CellsPanelHorizontalOffsetProperty
)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
387
e.Property == DataGrid.
CellsPanelHorizontalOffsetProperty
||
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
298
e.Property == DataGrid.
CellsPanelHorizontalOffsetProperty
||