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