2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
95_itemsHost = null; 395set { _itemsHost = value; }
6 references to _itemsHost
PresentationFramework (6)
System\Windows\Controls\GroupItem.cs (6)
146_itemsHost?.IsItemsHost = true; 242VirtualizingPanel vp = _itemsHost as VirtualizingPanel; 280Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this, _itemsHost, ref pixelHeaderSize); 294return Helper.ApplyCorrectionFactorToItemDesiredSizes(this, _itemsHost); 306return _itemsHost; 393return _itemsHost;