7 references to ModelParent
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
227ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 250ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 369ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 389ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 412ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 1486get { return ModelParent as FrameworkElement; } 1503SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem));