2 writes to _itemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (2)
98
_itemsHost
= null;
398
set {
_itemsHost
= value; }
6 references to _itemsHost
PresentationFramework (6)
System\Windows\Controls\GroupItem.cs (6)
149
_itemsHost
?.IsItemsHost = true;
245
VirtualizingPanel vp =
_itemsHost
as VirtualizingPanel;
283
Helper.ApplyCorrectionFactorToPixelHeaderSize(ParentItemsControl, this,
_itemsHost
, ref pixelHeaderSize);
297
return Helper.ApplyCorrectionFactorToItemDesiredSizes(this,
_itemsHost
);
309
return
_itemsHost
;
396
return
_itemsHost
;