6 writes to ShouldLookupImplicitStyles
PresentationFramework (6)
src\Framework\MS\Internal\FrameworkObject.cs (1)
726_fe.ShouldLookupImplicitStyles = value;
src\Framework\System\Windows\Application.cs (2)
2436wc[i].ShouldLookupImplicitStyles = true; 2452((FrameworkElement)args[0]).ShouldLookupImplicitStyles = true;
src\Framework\System\Windows\FrameworkElement.cs (1)
140ShouldLookupImplicitStyles = true;
src\Framework\System\Windows\ResourceDictionary.cs (2)
1494fe.ShouldLookupImplicitStyles = true; 1679fe.ShouldLookupImplicitStyles = true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkObject.cs (1)
711return _fe.ShouldLookupImplicitStyles;
src\Framework\System\Windows\FrameworkElement.cs (1)
889if (fe.ShouldLookupImplicitStyles)