7 references to HasItemsPropertyKey
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (5)
228
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
254
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
373
ModelParent.SetValue(ItemsControl.
HasItemsPropertyKey
, BooleanBoxes.TrueBox);
393
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
416
ModelParent.ClearValue(ItemsControl.
HasItemsPropertyKey
);
System\Windows\Controls\ItemsControl.cs (2)
294
SetValue(
HasItemsPropertyKey
, (_items != null) && !_items.IsEmpty);
343
HasItemsPropertyKey
.DependencyProperty;