6 references to InheritanceContext
PresentationFramework (6)
src\Framework\MS\Internal\FrameworkObject.cs (1)
317foParent.Reset(Helper.FindMentor(_fce.InheritanceContext));
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (5)
790if (!HasMultipleInheritanceContexts && InheritanceContext == null) 796else if (InheritanceContext != null) 810if (InheritanceContext == context) 824if (InheritanceContext != null) 839DependencyObject newMentor = Helper.FindMentor(InheritanceContext);