6 references to InheritanceContext
PresentationFramework (6)
src\Framework\MS\Internal\FrameworkObject.cs (1)
286foParent.Reset(Helper.FindMentor(_fe.InheritanceContext));
src\Framework\System\Windows\Generated\FrameworkElement.cs (5)
820if (!HasMultipleInheritanceContexts && InheritanceContext == null) 826else if (InheritanceContext != null) 840if (InheritanceContext == context) 854if (InheritanceContext != null) 869DependencyObject newMentor = Helper.FindMentor(InheritanceContext);