8 references to CellStyleProperty
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (2)
253else if (e.Property == DataGrid.CellStyleProperty || e.Property == DataGridColumn.CellStyleProperty || e.Property == StyleProperty) 300DataGridColumn.CellStyleProperty,
System\Windows\Controls\DataGridColumn.cs (6)
116get { return (Style)GetValue(CellStyleProperty); } 117set { SetValue(CellStyleProperty, value); } 132CellStyleProperty, 832else if (e.Property == DataGrid.CellStyleProperty || e.Property == CellStyleProperty) 834DataGridHelper.TransferProperty(this, CellStyleProperty); 922DataGridHelper.TransferProperty(this, CellStyleProperty);