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