6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
255foParent.Reset(Helper.FindMentor(_fe.InheritanceContext));
System\Windows\Generated\FrameworkElement.cs (5)
800if (!HasMultipleInheritanceContexts && InheritanceContext == null) 806else if (InheritanceContext != null) 820if (InheritanceContext == context) 834if (InheritanceContext != null) 849DependencyObject newMentor = Helper.FindMentor(InheritanceContext);