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