6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
255foParent.Reset(Helper.FindMentor(_fe.InheritanceContext));
System\Windows\Generated\FrameworkElement.cs (5)
803if (!HasMultipleInheritanceContexts && InheritanceContext == null) 809else if (InheritanceContext != null) 823if (InheritanceContext == context) 837if (InheritanceContext != null) 852DependencyObject newMentor = Helper.FindMentor(InheritanceContext);