6 references to InheritanceContext
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
255
foParent.Reset(Helper.FindMentor(_fe.
InheritanceContext
));
System\Windows\Generated\FrameworkElement.cs (5)
803
if (!HasMultipleInheritanceContexts &&
InheritanceContext
== null)
809
else if (
InheritanceContext
!= null)
823
if (
InheritanceContext
== context)
837
if (
InheritanceContext
!= null)
852
DependencyObject newMentor = Helper.FindMentor(
InheritanceContext
);