8 references to CellStyleProperty
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (2)
260else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 307DataGridColumn.CellStyleProperty,
System\Windows\Controls\DataGridColumn.cs (6)
119get { return (Style)GetValue(CellStyleProperty); } 120set { SetValue(CellStyleProperty, value); } 135CellStyleProperty, 835else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty) 837DataGridHelper.TransferProperty(this, CellStyleProperty); 925DataGridHelper.TransferProperty(this, CellStyleProperty);