7 references to ModelParent
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
228ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 251ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 370ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 390ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 413ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 1488get { return ModelParent as FrameworkElement; } 1505SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem));