7 references to ModelParent
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
228ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 254ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 373ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 393ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 416ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 1494get { return ModelParent as FrameworkElement; } 1511SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem));