7 references to CellStyleProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (2)
1383get { return (Style)GetValue(CellStyleProperty); } 1384set { SetValue(CellStyleProperty, value); }
System\Windows\Controls\DataGridCell.cs (2)
253else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 302DataGrid.CellStyleProperty);
System\Windows\Controls\DataGridColumn.cs (2)
134DataGrid.CellStyleProperty); 832else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
109NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);