10 references to Cells
PresentationFramework (10)
System\Windows\Controls\DataGrid.cs (2)
477((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 5385((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.RowHeaders | DataGridNotificationTarget.Cells);
System\Windows\Controls\DataGridCell.cs (2)
209((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells); 227cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells);
System\Windows\Controls\DataGridColumn.cs (3)
256DataGridNotificationTarget.Cells | 785((DataGridColumn)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 986DataGridNotificationTarget.Cells |
System\Windows\Controls\DataGridHelper.cs (2)
71return TestTarget(target, DataGridNotificationTarget.Cells); 130DataGridNotificationTarget.Cells |
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
108NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);