2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
107
_itemsHost
= null;
413
set {
_itemsHost
= value; }
7 references to _itemsHost
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (7)
158
if (
_itemsHost
!= null)
160
_itemsHost
.IsItemsHost = true;
257
VirtualizingPanel vp =
_itemsHost
as VirtualizingPanel;
298
Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this,
_itemsHost
, ref pixelHeaderSize);
312
return Helper.ApplyCorrectionFactorToItemDesiredSizes(this,
_itemsHost
);
324
return
_itemsHost
;
411
return
_itemsHost
;