1 write to CanBeInheritanceContext
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
80CanBeInheritanceContext = true;
6 references to CanBeInheritanceContext
WindowsBase (6)
Base\System\Windows\DependencyObject.cs (2)
881(this.CanBeInheritanceContext && 927(this.CanBeInheritanceContext &&
Base\System\Windows\Freezable.cs (4)
1334bool newInheritanceContext = context.CanBeInheritanceContext && !this.IsInheritanceContextSealed; // becomes false if we find context on the list 1350if (currentContext != lastContext && currentContext.CanBeInheritanceContext) // Count remaining inheritance contexts 1771if (singletonContext.CanBeInheritanceContext) 1786if (currentContext != null && currentContext.CanBeInheritanceContext)