10 references to Cells
PresentationFramework (10)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
482((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 5432((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.RowHeaders | DataGridNotificationTarget.Cells);
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
215((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells); 233cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.Cells);
src\Framework\System\Windows\Controls\DataGridColumn.cs (3)
261DataGridNotificationTarget.Cells | 796((DataGridColumn)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.Cells); 1006DataGridNotificationTarget.Cells |
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
79return TestTarget(target, DataGridNotificationTarget.Cells); 138DataGridNotificationTarget.Cells |
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
115NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.Cells);