8 references to CellStyleProperty
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (2)
249else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 296DataGridColumn.CellStyleProperty,
System\Windows\Controls\DataGridColumn.cs (6)
115get { return (Style)GetValue(CellStyleProperty); } 116set { SetValue(CellStyleProperty, value); } 131CellStyleProperty, 831else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty) 833DataGridHelper.TransferProperty(this, CellStyleProperty); 915DataGridHelper.TransferProperty(this, CellStyleProperty);