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