7 references to CellStyleProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (2)
1386
get { return (Style)GetValue(
CellStyleProperty
); }
1387
set { SetValue(
CellStyleProperty
, value); }
System\Windows\Controls\DataGridCell.cs (2)
260
else if (e.Property == DataGrid.
CellStyleProperty
|| e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty)
309
DataGrid.
CellStyleProperty
);
System\Windows\Controls\DataGridColumn.cs (2)
137
DataGrid.
CellStyleProperty
);
835
else if (e.Property == DataGrid.
CellStyleProperty
|| e.Property == CellStyleProperty)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
114
NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.
CellStyleProperty
, null, null), DataGridNotificationTarget.Cells);