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