1 write to ItemsHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\Panel.cs (1)
283
groupItem.
ItemsHost
= this;
10 references to ItemsHost
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
129
Panel itemsHost = owner.
ItemsHost
;
src\Framework\System\Windows\Controls\GroupItem.cs (1)
116
Helper.ComputeCorrectionFactor(ParentItemsControl, this,
ItemsHost
, HeaderElement);
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
2529
if (groupItem != null && groupItem.
ItemsHost
!= null)
2531
result = FindEndFocusableLeafContainer(groupItem.
ItemsHost
, last);
src\Framework\System\Windows\Controls\Panel.cs (1)
282
oldItemsHost = groupItem.
ItemsHost
;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
1217
if (groupItem != null && groupItem.
ItemsHost
!= null && groupItem.
ItemsHost
.IsVisible)
1219
result = ComputeFirstContainerInViewport(viewportElement, direction, groupItem.
ItemsHost
, action, findTopContainer, out firstContainerOffsetFromViewport);
1235
innerPanel = groupItem.
ItemsHost
;
1621
VirtualizingPanel itemsHost = groupItem.
ItemsHost
as VirtualizingPanel;