7 references to ModelParent
PresentationFramework (7)
src\Framework\System\Windows\Controls\ItemCollection.cs (7)
244ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 270ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 393ModelParent.SetValue(ItemsControl.HasItemsPropertyKey, BooleanBoxes.TrueBox); 413ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 436ModelParent.ClearValue(ItemsControl.HasItemsPropertyKey); 1514get { return ModelParent as FrameworkElement; } 1531SetCollectionView(CollectionViewSource.GetDefaultCollectionView(_itemsSource, ModelParent, GetSourceItem));