17 references to Container
PresentationFramework (17)
src\Framework\System\Windows\Controls\DataGrid.cs (15)
640tracker.Container.NotifyPropertyChanged(d, propertyName, e, target); 879tracker.Container.OnColumnsChanged(_columns, e); 1641DataGridRow row = _rowTrackingRoot.Container; 1919DataGridRow row = _rowTrackingRoot.Container; 1936DataGridRow row = _rowTrackingRoot.Container; 4095DataGridRow row = tracker.Container; 4632DataGridRow row = rowTracker.Container; 4639DataGridCell cell = cellTracker.Container; 6503DataGridCell cell = cellTracker.Container; 8577if (rowTracker.Container.IsVisible) 8579DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter; 8585if (cellTracker.Container.IsVisible) 8587return cellTracker.Container; 8604if (headerTracker.Container.IsVisible) 8606return headerTracker.Container;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
432tracker.Container.NotifyPropertyChanged(d, propertyName, e, target);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
349tracker.Container.NotifyPropertyChanged(d, e);