2 writes to ShouldLookupImplicitStyles
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkObject.cs (1)
1037ShouldLookupImplicitStyles = true;
src\Framework\System\Windows\StyleHelper.cs (1)
3540fo.ShouldLookupImplicitStyles = true;
3 references to ShouldLookupImplicitStyles
PresentationFramework (3)
src\Framework\MS\Internal\FrameworkObject.cs (2)
1032if (!ShouldLookupImplicitStyles) 1035if (parent.IsValid && parent.ShouldLookupImplicitStyles)
src\Framework\System\Windows\StyleHelper.cs (1)
3534if (dictionaries != null && dictionaries.Count > 0 && !fo.ShouldLookupImplicitStyles)