6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
286foParent.Reset(Helper.FindMentor(_fce.InheritanceContext));
System\Windows\Generated\FrameworkContentElement.cs (5)
771if (!HasMultipleInheritanceContexts && InheritanceContext == null) 777else if (InheritanceContext != null) 791if (InheritanceContext == context) 805if (InheritanceContext != null) 820DependencyObject newMentor = Helper.FindMentor(InheritanceContext);