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