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