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; 1915DataGridRow row = _rowTrackingRoot.Container; 4054DataGridRow row = tracker.Container; 4585DataGridRow row = rowTracker.Container; 4592DataGridCell cell = cellTracker.Container; 6447DataGridCell cell = cellTracker.Container; 8497if (rowTracker.Container.IsVisible) 8499DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8505if (cellTracker.Container.IsVisible) 8507return cellTracker.Container; 8524if (headerTracker.Container.IsVisible) 8526return 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);