3 writes to InternalItemsHost
PresentationFramework (3)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1788cellsPresenter.InternalItemsHost = this; 1811cellsPresenter.InternalItemsHost = null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
66InternalItemsHost = null;
5 references to InternalItemsHost
PresentationFramework (5)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1809if (cellsPresenter.InternalItemsHost == this)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (4)
64if (InternalItemsHost != null && !this.IsAncestorOf(InternalItemsHost)) 138DataGridCellsPanel cellsPanel = InternalItemsHost as DataGridCellsPanel; 580DataGridCellsPanel itemsHost = InternalItemsHost as DataGridCellsPanel;