8 references to CellStyleProperty
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (2)
253
else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.
CellStyleProperty
|| e.Property == StyleProperty)
300
DataGridColumn.
CellStyleProperty
,
System\Windows\Controls\DataGridColumn.cs (6)
116
get { return (Style)GetValue(
CellStyleProperty
); }
117
set { SetValue(
CellStyleProperty
, value); }
132
CellStyleProperty
,
832
else if (e.Property == DataGrid.CellStyleProperty || e.Property ==
CellStyleProperty
)
834
DataGridHelper.TransferProperty(this,
CellStyleProperty
);
922
DataGridHelper.TransferProperty(this,
CellStyleProperty
);