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