8 references to CellStyleProperty
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (2)
249
else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.
CellStyleProperty
|| e.Property == StyleProperty)
296
DataGridColumn.
CellStyleProperty
,
System\Windows\Controls\DataGridColumn.cs (6)
115
get { return (Style)GetValue(
CellStyleProperty
); }
116
set { SetValue(
CellStyleProperty
, value); }
131
CellStyleProperty
,
831
else if (e.Property == DataGrid.CellStyleProperty || e.Property ==
CellStyleProperty
)
833
DataGridHelper.TransferProperty(this,
CellStyleProperty
);
915
DataGridHelper.TransferProperty(this,
CellStyleProperty
);