4 writes to ShouldLookupImplicitStyles
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
698
_fce.
ShouldLookupImplicitStyles
= value;
System\Windows\FrameworkContentElement.cs (1)
66
ShouldLookupImplicitStyles
= true;
System\Windows\ResourceDictionary.cs (2)
1473
fce.
ShouldLookupImplicitStyles
= true;
1656
fce.
ShouldLookupImplicitStyles
= true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
MS\Internal\FrameworkObject.cs (1)
683
return _fce.
ShouldLookupImplicitStyles
;
System\Windows\FrameworkElement.cs (1)
938
if (fce.
ShouldLookupImplicitStyles
)