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