6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
289foParent.Reset(Helper.FindMentor(_fce.InheritanceContext));
System\Windows\Generated\FrameworkContentElement.cs (5)
777if (!HasMultipleInheritanceContexts && InheritanceContext == null) 783else if (InheritanceContext != null) 797if (InheritanceContext == context) 811if (InheritanceContext != null) 826DependencyObject newMentor = Helper.FindMentor(InheritanceContext);