6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
258foParent.Reset(Helper.FindMentor(_fe.InheritanceContext));
System\Windows\Generated\FrameworkElement.cs (5)
809if (!HasMultipleInheritanceContexts && InheritanceContext == null) 815else if (InheritanceContext != null) 829if (InheritanceContext == context) 843if (InheritanceContext != null) 858DependencyObject newMentor = Helper.FindMentor(InheritanceContext);