4 writes to ShouldLookupImplicitStyles
PresentationFramework (4)
src\Framework\MS\Internal\FrameworkObject.cs (1)
730_fce.ShouldLookupImplicitStyles = value;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
85ShouldLookupImplicitStyles = true;
src\Framework\System\Windows\ResourceDictionary.cs (2)
1516fce.ShouldLookupImplicitStyles = true; 1699fce.ShouldLookupImplicitStyles = true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkObject.cs (1)
715return _fce.ShouldLookupImplicitStyles;
src\Framework\System\Windows\FrameworkElement.cs (1)
959if (fce.ShouldLookupImplicitStyles)