17 references to Container
PresentationFramework (17)
System\Windows\Controls\DataGrid.cs (15)
632tracker.Container.NotifyPropertyChanged(d, propertyName, e, target); 871tracker.Container.OnColumnsChanged(_columns, e); 1624DataGridRow row = _rowTrackingRoot.Container; 1904DataGridRow row = _rowTrackingRoot.Container; 1921DataGridRow row = _rowTrackingRoot.Container; 4060DataGridRow row = tracker.Container; 4591DataGridRow row = rowTracker.Container; 4598DataGridCell cell = cellTracker.Container; 6453DataGridCell cell = cellTracker.Container; 8503if (rowTracker.Container.IsVisible) 8505DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8511if (cellTracker.Container.IsVisible) 8513return cellTracker.Container; 8530if (headerTracker.Container.IsVisible) 8532return 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);