2 writes to _itemsHost
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1724_itemsHost = null; 1867set { _itemsHost = value; }
3 references to _itemsHost
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
1865return _itemsHost; 3252if (_itemsHost == null) 3259for (DependencyObject current = _itemsHost; current != this && current != null; current = VisualTreeHelper.GetParent(current))