6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
258
foParent.Reset(Helper.FindMentor(_fe.
InheritanceContext
));
System\Windows\Generated\FrameworkElement.cs (5)
809
if (!HasMultipleInheritanceContexts &&
InheritanceContext
== null)
815
else if (
InheritanceContext
!= null)
829
if (
InheritanceContext
== context)
843
if (
InheritanceContext
!= null)
858
DependencyObject newMentor = Helper.FindMentor(
InheritanceContext
);