3 writes to InternalItemsHost
PresentationFramework (3)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1787
cellsPresenter.
InternalItemsHost
= this;
1810
cellsPresenter.
InternalItemsHost
= null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
65
InternalItemsHost
= null;
5 references to InternalItemsHost
PresentationFramework (5)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1808
if (cellsPresenter.
InternalItemsHost
== this)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (4)
63
if (
InternalItemsHost
!= null && !this.IsAncestorOf(
InternalItemsHost
))
137
DataGridCellsPanel cellsPanel =
InternalItemsHost
as DataGridCellsPanel;
579
DataGridCellsPanel itemsHost =
InternalItemsHost
as DataGridCellsPanel;