17 references to Container
PresentationFramework (17)
System\Windows\Controls\DataGrid.cs (15)
632tracker.Container.NotifyPropertyChanged(d, propertyName, e, target); 871tracker.Container.OnColumnsChanged(_columns, e); 1621DataGridRow row = _rowTrackingRoot.Container; 1898DataGridRow row = _rowTrackingRoot.Container; 1912DataGridRow row = _rowTrackingRoot.Container; 4048DataGridRow row = tracker.Container; 4579DataGridRow row = rowTracker.Container; 4586DataGridCell cell = cellTracker.Container; 6441DataGridCell cell = cellTracker.Container; 8491if (rowTracker.Container.IsVisible) 8493DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8499if (cellTracker.Container.IsVisible) 8501return cellTracker.Container; 8518if (headerTracker.Container.IsVisible) 8520return headerTracker.Container;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
422tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
340tracker.Container.NotifyPropertyChanged(d, e);