2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
99_itemsHost = null; 405set { _itemsHost = value; }
7 references to _itemsHost
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (7)
150if (_itemsHost != null) 152_itemsHost.IsItemsHost = true; 249VirtualizingPanel vp = _itemsHost as VirtualizingPanel; 290Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this, _itemsHost, ref pixelHeaderSize); 304return Helper.ApplyCorrectionFactorToItemDesiredSizes(this, _itemsHost); 316return _itemsHost; 403return _itemsHost;