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