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