2 writes to IsItemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
152
_itemsHost.
IsItemsHost
= true;
System\Windows\Controls\ItemsPresenter.cs (1)
327
oldPanel.
IsItemsHost
= false;
21 references to IsItemsHost
PresentationFramework (21)
MS\Internal\Data\ObjectRef.cs (1)
219
if (panel != null && panel.
IsItemsHost
)
System\Windows\Controls\DataGridCellsPanel.cs (1)
2085
if (
IsItemsHost
)
System\Windows\Controls\Grid.cs (1)
100
bool noChildren = (base.VisualChildrenCount == 0) ||
IsItemsHost
;
System\Windows\Controls\ItemContainerGenerator.cs (1)
168
if (!panel.
IsItemsHost
)
System\Windows\Controls\ItemsControl.cs (2)
786
if (panel != null && panel.
IsItemsHost
)
825
if (panel != null && panel.
IsItemsHost
)
System\Windows\Controls\Panel.cs (7)
83
if (
IsItemsHost
)
148
if ((this.VisualChildrenCount == 0) ||
IsItemsHost
)
190
if (!
IsItemsHost
)
334
if (
IsItemsHost
)
557
return
IsItemsHost
&& _itemContainerGenerator != null;
564
return panel.
IsItemsHost
&& panel._itemContainerGenerator == null;
613
Debug.Assert(
IsItemsHost
, "Should be invoked only on an ItemsHost panel");
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
232
if (
IsItemsHost
)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1096
if (parentItemsHost != null && parentItemsHost.
IsItemsHost
)
2134
if (!
IsItemsHost
)
3292
if (!
IsItemsHost
)
4020
if (IsVirtualizing &&
IsItemsHost
)
8993
if (
IsItemsHost
)
9398
if (itemsControl == null || !IsVirtualizing || !
IsItemsHost
)
11414
bool isVirtualizing =
IsItemsHost
&& value;