4 references to ModelParentFE
PresentationFramework (4)
MS\Internal\Controls\InnerItemCollectionView.cs (4)
725if ((ModelParentFE != null) && (item is DependencyObject)) 726LogicalTreeHelper.AddLogicalChild(ModelParentFE, null, item); 734if ((ModelParentFE != null) && (item is DependencyObject)) 735LogicalTreeHelper.RemoveLogicalChild(ModelParentFE, null, item);