2 references to CellsPanelHorizontalOffsetPropertyKey
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
8472
public static readonly DependencyProperty CellsPanelHorizontalOffsetProperty =
CellsPanelHorizontalOffsetPropertyKey
.DependencyProperty;
8480
private set { SetValue(
CellsPanelHorizontalOffsetPropertyKey
, value); }