2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
98_itemsHost = null; 401set { _itemsHost = value; }
7 references to _itemsHost
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (7)
149if (_itemsHost != null) 151_itemsHost.IsItemsHost = true; 248VirtualizingPanel vp = _itemsHost as VirtualizingPanel; 286Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this, _itemsHost, ref pixelHeaderSize); 300return Helper.ApplyCorrectionFactorToItemDesiredSizes(this, _itemsHost); 312return _itemsHost; 399return _itemsHost;