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