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