7 references to CellStyleProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
1387get { return (Style)GetValue(CellStyleProperty); } 1388set { SetValue(CellStyleProperty, value); }
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
255else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 304DataGrid.CellStyleProperty);
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
138DataGrid.CellStyleProperty); 842else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
115NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);