10 references to Cells
PresentationFramework (10)
System\Windows\Controls\DataGrid.cs (2)
481((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 5427((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.RowHeaders | DataGridNotificationTarget.Cells);
System\Windows\Controls\DataGridCell.cs (2)
220((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells); 238cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells);
System\Windows\Controls\DataGridColumn.cs (3)
260DataGridNotificationTarget.Cells | 789((DataGridColumn)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 999DataGridNotificationTarget.Cells |
System\Windows\Controls\DataGridHelper.cs (2)
78return TestTarget(target, DataGridNotificationTarget.Cells); 137DataGridNotificationTarget.Cells |
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
114NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);