2 writes to IsItemsHost
PresentationFramework (2)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
162_itemsHost.IsItemsHost = true;
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
333oldPanel.IsItemsHost = false;
21 references to IsItemsHost
PresentationFramework (21)
src\Framework\MS\Internal\Data\ObjectRef.cs (1)
229if (panel != null && panel.IsItemsHost)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2091if (IsItemsHost)
src\Framework\System\Windows\Controls\Grid.cs (1)
140bool noChildren = (base.VisualChildrenCount == 0) || IsItemsHost;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
176if (!panel.IsItemsHost)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
797if (panel != null && panel.IsItemsHost) 836if (panel != null && panel.IsItemsHost)
src\Framework\System\Windows\Controls\Panel.cs (7)
94if(IsItemsHost) 159if ((this.VisualChildrenCount == 0) || IsItemsHost) 201if (!IsItemsHost) 345if (IsItemsHost) 568return IsItemsHost && _itemContainerGenerator != null; 575return panel.IsItemsHost && panel._itemContainerGenerator == null; 624Debug.Assert(IsItemsHost, "Should be invoked only on an ItemsHost panel");
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
242if (IsItemsHost)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
1070if (parentItemsHost != null && parentItemsHost.IsItemsHost) 2090if (!IsItemsHost) 3236if (!IsItemsHost) 3943if (IsVirtualizing && IsItemsHost) 8840if (IsItemsHost) 9249if (itemsControl == null || !IsVirtualizing || !IsItemsHost) 11281bool isVirtualizing = IsItemsHost && value;