7 references to HasItemsPropertyKey
PresentationFramework (7)
src\Framework\System\Windows\Controls\ItemCollection.cs (5)
244
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
270
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
393
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
413
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
436
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
305
SetValue(
HasItemsPropertyKey
, (_items != null) && !_items.IsEmpty);
354
HasItemsPropertyKey
.DependencyProperty;