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