6 writes to ShouldLookupImplicitStyles
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
698
_fe.
ShouldLookupImplicitStyles
= value;
System\Windows\Application.cs (2)
2243
wc[i].
ShouldLookupImplicitStyles
= true;
2259
((FrameworkElement)args[0]).
ShouldLookupImplicitStyles
= true;
System\Windows\FrameworkElement.cs (1)
143
ShouldLookupImplicitStyles
= true;
System\Windows\ResourceDictionary.cs (2)
1460
fe.
ShouldLookupImplicitStyles
= true;
1645
fe.
ShouldLookupImplicitStyles
= true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
MS\Internal\FrameworkObject.cs (1)
683
return _fe.
ShouldLookupImplicitStyles
;
System\Windows\FrameworkElement.cs (1)
890
if (fe.
ShouldLookupImplicitStyles
)