7 references to HasItemsPropertyKey
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (5)
227
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
250
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
369
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
389
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
412
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
System\Windows\Controls\ItemsControl.cs (2)
293
SetValue(
HasItemsPropertyKey
, (_items != null) && !_items.IsEmpty);
342
HasItemsPropertyKey
.DependencyProperty;