3 writes to InternalItemsHost
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1799cellsPresenter.InternalItemsHost = this; 1822cellsPresenter.InternalItemsHost = null;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
72InternalItemsHost = null;
5 references to InternalItemsHost
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1820if (cellsPresenter.InternalItemsHost == this)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (4)
70if (InternalItemsHost != null && !this.IsAncestorOf(InternalItemsHost)) 144DataGridCellsPanel cellsPanel = InternalItemsHost as DataGridCellsPanel; 587DataGridCellsPanel itemsHost = InternalItemsHost as DataGridCellsPanel;