2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
1712_itemsHost = null; 1855set { _itemsHost = value; }
3 references to _itemsHost
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (3)
1853return _itemsHost; 3312if (_itemsHost == null) 3319for (DependencyObject current = _itemsHost; current != this && current != null; current = VisualTreeHelper.GetParent(current))