7 references to HasItemsPropertyKey
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (5)
237
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
263
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
382
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
402
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
425
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
System\Windows\Controls\ItemsControl.cs (2)
303
SetValue(
HasItemsPropertyKey
, (_items != null) && !_items.IsEmpty);
352
HasItemsPropertyKey
.DependencyProperty;