3 writes to InternalItemsHost
PresentationFramework (3)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1797cellsPresenter.InternalItemsHost = this; 1820cellsPresenter.InternalItemsHost = null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
71InternalItemsHost = null;
5 references to InternalItemsHost
PresentationFramework (5)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1818if (cellsPresenter.InternalItemsHost == this)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (4)
69if (InternalItemsHost != null && !this.IsAncestorOf(InternalItemsHost)) 143DataGridCellsPanel cellsPanel = InternalItemsHost as DataGridCellsPanel; 586DataGridCellsPanel itemsHost = InternalItemsHost as DataGridCellsPanel;