7 references to ModelParent
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
237ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 263ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 382ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 402ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 425ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 1503get { return ModelParent as FrameworkElement; } 1520SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem));