2 writes to IsItemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
160
_itemsHost.
IsItemsHost
= true;
System\Windows\Controls\ItemsPresenter.cs (1)
331
oldPanel.
IsItemsHost
= false;
21 references to IsItemsHost
PresentationFramework (21)
MS\Internal\Data\ObjectRef.cs (1)
225
if (panel != null && panel.
IsItemsHost
)
System\Windows\Controls\DataGridCellsPanel.cs (1)
2089
if (
IsItemsHost
)
System\Windows\Controls\Grid.cs (1)
109
bool noChildren = (base.VisualChildrenCount == 0) ||
IsItemsHost
;
System\Windows\Controls\ItemContainerGenerator.cs (1)
174
if (!panel.
IsItemsHost
)
System\Windows\Controls\ItemsControl.cs (2)
795
if (panel != null && panel.
IsItemsHost
)
834
if (panel != null && panel.
IsItemsHost
)
System\Windows\Controls\Panel.cs (7)
90
if (
IsItemsHost
)
155
if ((this.VisualChildrenCount == 0) ||
IsItemsHost
)
197
if (!
IsItemsHost
)
341
if (
IsItemsHost
)
564
return
IsItemsHost
&& _itemContainerGenerator != null;
571
return panel.
IsItemsHost
&& panel._itemContainerGenerator == null;
620
Debug.Assert(
IsItemsHost
, "Should be invoked only on an ItemsHost panel");
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
241
if (
IsItemsHost
)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1101
if (parentItemsHost != null && parentItemsHost.
IsItemsHost
)
2139
if (!
IsItemsHost
)
3297
if (!
IsItemsHost
)
4025
if (IsVirtualizing &&
IsItemsHost
)
8998
if (
IsItemsHost
)
9403
if (itemsControl == null || !IsVirtualizing || !
IsItemsHost
)
11419
bool isVirtualizing =
IsItemsHost
&& value;