3 writes to InternalItemsHost
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8042InternalItemsHost = null;
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (2)
63dataGrid.InternalItemsHost = this; 72_owner.InternalItemsHost = null;
12 references to InternalItemsHost
PresentationFramework (12)
src\Framework\System\Windows\Controls\DataGrid.cs (6)
6424Panel itemsHost = InternalItemsHost; 6469Panel itemsHost = InternalItemsHost; 6666Panel itemsHost = InternalItemsHost; 8040if (InternalItemsHost != null && !this.IsAncestorOf(InternalItemsHost)) 8080Panel itemsHost = dataGrid.InternalItemsHost;
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1852return parentDataGrid.InternalItemsHost as DataGridRowsPresenter; 2016IScrollInfo scrollInfo = parentDataGrid.InternalItemsHost as IScrollInfo;
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
1060DataGridOwner.InternalItemsHost as VirtualizingStackPanel;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
546if(dataGrid != null && dataGrid.InternalItemsHost != null) 548Helper.InvalidateMeasureOnPath(_internalItemsHost, dataGrid.InternalItemsHost, false/*duringMeasure*/, true/*includePathEnd*/);
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
70if ((_owner != null) && (_owner.InternalItemsHost == this))