17 references to Container
PresentationFramework (17)
System\Windows\Controls\DataGrid.cs (15)
633tracker.Container.NotifyPropertyChanged(d, propertyName, e, target); 872tracker.Container.OnColumnsChanged(_columns, e); 1625DataGridRow row = _rowTrackingRoot.Container; 1905DataGridRow row = _rowTrackingRoot.Container; 1922DataGridRow row = _rowTrackingRoot.Container; 4061DataGridRow row = tracker.Container; 4592DataGridRow row = rowTracker.Container; 4599DataGridCell cell = cellTracker.Container; 6454DataGridCell cell = cellTracker.Container; 8504if (rowTracker.Container.IsVisible) 8506DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8512if (cellTracker.Container.IsVisible) 8514return cellTracker.Container; 8531if (headerTracker.Container.IsVisible) 8533return headerTracker.Container;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
423tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
341tracker.Container.NotifyPropertyChanged(d, e);