2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
98_itemsHost = null; 398set { _itemsHost = value; }
6 references to _itemsHost
PresentationFramework (6)
System\Windows\Controls\GroupItem.cs (6)
149_itemsHost?.IsItemsHost = true; 245VirtualizingPanel vp = _itemsHost as VirtualizingPanel; 283Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this, _itemsHost, ref pixelHeaderSize); 297return Helper.ApplyCorrectionFactorToItemDesiredSizes(this, _itemsHost); 309return _itemsHost; 396return _itemsHost;