2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
107_itemsHost = null; 413set { _itemsHost = value; }
7 references to _itemsHost
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (7)
158if (_itemsHost != null) 160_itemsHost.IsItemsHost = true; 257VirtualizingPanel vp = _itemsHost as VirtualizingPanel; 298Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this, _itemsHost, ref pixelHeaderSize); 312return Helper.ApplyCorrectionFactorToItemDesiredSizes(this, _itemsHost); 324return _itemsHost; 411return _itemsHost;