6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
285foParent.Reset(Helper.FindMentor(_fce.InheritanceContext));
System\Windows\Generated\FrameworkContentElement.cs (5)
770if (!HasMultipleInheritanceContexts && InheritanceContext == null) 776else if (InheritanceContext != null) 790if (InheritanceContext == context) 804if (InheritanceContext != null) 819DependencyObject newMentor = Helper.FindMentor(InheritanceContext);