17 references to Container
PresentationFramework (17)
System\Windows\Controls\DataGrid.cs (15)
636tracker.Container.NotifyPropertyChanged(d, propertyName, e, target); 875tracker.Container.OnColumnsChanged(_columns, e); 1634DataGridRow row = _rowTrackingRoot.Container; 1912DataGridRow row = _rowTrackingRoot.Container; 1929DataGridRow row = _rowTrackingRoot.Container; 4087DataGridRow row = tracker.Container; 4624DataGridRow row = rowTracker.Container; 4631DataGridCell cell = cellTracker.Container; 6495DataGridCell cell = cellTracker.Container; 8547if (rowTracker.Container.IsVisible) 8549DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8555if (cellTracker.Container.IsVisible) 8557return cellTracker.Container; 8574if (headerTracker.Container.IsVisible) 8576return headerTracker.Container;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
426tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
344tracker.Container.NotifyPropertyChanged(d, e);