1 override of InheritanceContext
WindowsBase (1)
Base\System\Windows\Freezable.cs (1)
1761
internal override DependencyObject
InheritanceContext
6 references to InheritanceContext
WindowsBase (6)
Base\MS\Internal\InheritanceContextHelper.cs (1)
55
if (context != null && oldValue.
InheritanceContext
== context)
Base\System\Windows\DependencyObject.cs (5)
885
DependencyObject oldInheritanceContext = doValue.
InheritanceContext
;
889
return (this == doValue.
InheritanceContext
&& this != oldInheritanceContext);
931
DependencyObject oldInheritanceContext = doValue.
InheritanceContext
;
935
return (this == oldInheritanceContext && doValue.
InheritanceContext
!= oldInheritanceContext);
2694
if (inheritanceChild!= null && inheritanceChild.
InheritanceContext
== this)