1 write to CanBeInheritanceContext
WindowsBase (1)
Base\System\Windows\DependencyObject.cs (1)
80
CanBeInheritanceContext
= 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)
1334
bool newInheritanceContext = context.
CanBeInheritanceContext
&& !this.IsInheritanceContextSealed; // becomes false if we find context on the list
1350
if (currentContext != lastContext && currentContext.
CanBeInheritanceContext
) // Count remaining inheritance contexts
1771
if (singletonContext.
CanBeInheritanceContext
)
1786
if (currentContext != null && currentContext.
CanBeInheritanceContext
)