8 references to CellStyleProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
255else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 302DataGridColumn.CellStyleProperty,
src\Framework\System\Windows\Controls\DataGridColumn.cs (6)
120get { return (Style)GetValue(CellStyleProperty); } 121set { SetValue(CellStyleProperty, value); } 136CellStyleProperty, 842else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty) 844DataGridHelper.TransferProperty(this, CellStyleProperty); 932DataGridHelper.TransferProperty(this, CellStyleProperty);