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