2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
99
_itemsHost
= null;
405
set {
_itemsHost
= value; }
7 references to _itemsHost
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (7)
150
if (
_itemsHost
!= null)
152
_itemsHost
.IsItemsHost = true;
249
VirtualizingPanel vp =
_itemsHost
as VirtualizingPanel;
290
Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this,
_itemsHost
, ref pixelHeaderSize);
304
return Helper.ApplyCorrectionFactorToItemDesiredSizes(this,
_itemsHost
);
316
return
_itemsHost
;
403
return
_itemsHost
;