10 references to Cells
PresentationFramework (10)
System\Windows\Controls\DataGrid.cs (2)
478
((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.
Cells
);
5386
((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.RowHeaders | DataGridNotificationTarget.
Cells
);
System\Windows\Controls\DataGridCell.cs (2)
210
((DataGridCell)d).NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.
Cells
);
228
cell.NotifyPropertyChanged(d, string.Empty, e, DataGridNotificationTarget.
Cells
);
System\Windows\Controls\DataGridColumn.cs (3)
257
DataGridNotificationTarget.
Cells
|
786
((DataGridColumn)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Columns | DataGridNotificationTarget.
Cells
);
987
DataGridNotificationTarget.
Cells
|
System\Windows\Controls\DataGridHelper.cs (2)
72
return TestTarget(target, DataGridNotificationTarget.
Cells
);
131
DataGridNotificationTarget.
Cells
|
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
109
NotifyPropertyChanged(this, new DependencyPropertyChangedEventArgs(DataGrid.CellStyleProperty, null, null), DataGridNotificationTarget.
Cells
);