2 writes to IsItemsHost
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
151_itemsHost.IsItemsHost = true;
System\Windows\Controls\ItemsPresenter.cs (1)
323oldPanel.IsItemsHost = false;
21 references to IsItemsHost
PresentationFramework (21)
MS\Internal\Data\ObjectRef.cs (1)
218if (panel != null && panel.IsItemsHost)
System\Windows\Controls\DataGridCellsPanel.cs (1)
2079if (IsItemsHost)
System\Windows\Controls\Grid.cs (1)
97bool noChildren = (base.VisualChildrenCount == 0) || IsItemsHost;
System\Windows\Controls\ItemContainerGenerator.cs (1)
167if (!panel.IsItemsHost)
System\Windows\Controls\ItemsControl.cs (2)
779if (panel != null && panel.IsItemsHost) 818if (panel != null && panel.IsItemsHost)
System\Windows\Controls\Panel.cs (7)
82if (IsItemsHost) 147if ((this.VisualChildrenCount == 0) || IsItemsHost) 189if (!IsItemsHost) 333if (IsItemsHost) 556return IsItemsHost && _itemContainerGenerator != null; 563return panel.IsItemsHost && panel._itemContainerGenerator == null; 612Debug.Assert(IsItemsHost, "Should be invoked only on an ItemsHost panel");
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
231if (IsItemsHost)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
1095if (parentItemsHost != null && parentItemsHost.IsItemsHost) 2122if (!IsItemsHost) 3277if (!IsItemsHost) 4005if (IsVirtualizing && IsItemsHost) 8971if (IsItemsHost) 9376if (itemsControl == null || !IsVirtualizing || !IsItemsHost) 11391bool isVirtualizing = IsItemsHost && value;