6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
255
foParent.Reset(Helper.FindMentor(_fe.
InheritanceContext
));
System\Windows\Generated\FrameworkElement.cs (5)
800
if (!HasMultipleInheritanceContexts &&
InheritanceContext
== null)
806
else if (
InheritanceContext
!= null)
820
if (
InheritanceContext
== context)
834
if (
InheritanceContext
!= null)
849
DependencyObject newMentor = Helper.FindMentor(
InheritanceContext
);