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