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