7 references to CellStyleProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (2)
1373
get { return (Style)GetValue(
CellStyleProperty
); }
1374
set { SetValue(
CellStyleProperty
, value); }
System\Windows\Controls\DataGridCell.cs (2)
249
else if (e.Property == DataGrid.
CellStyleProperty
|| e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty)
298
DataGrid.
CellStyleProperty
);
System\Windows\Controls\DataGridColumn.cs (2)
133
DataGrid.
CellStyleProperty
);
831
else if (e.Property == DataGrid.
CellStyleProperty
|| e.Property == CellStyleProperty)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
108
NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.
CellStyleProperty
, null, null), DataGridNotificationTarget.Cells);