7 references to ModelParent
PresentationFramework (7)
src\Framework\System\Windows\Controls\ItemCollection.cs (7)
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);
1514
get { return
ModelParent
as FrameworkElement; }
1531
SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource,
ModelParent
, GetSourceItem));