4 writes to ShouldLookupImplicitStyles
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
702
_fce.
ShouldLookupImplicitStyles
= value;
System\Windows\FrameworkContentElement.cs (1)
88
ShouldLookupImplicitStyles
= true;
System\Windows\ResourceDictionary.cs (2)
1482
fce.
ShouldLookupImplicitStyles
= true;
1665
fce.
ShouldLookupImplicitStyles
= true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
MS\Internal\FrameworkObject.cs (1)
687
return _fce.
ShouldLookupImplicitStyles
;
System\Windows\FrameworkElement.cs (1)
960
if (fce.
ShouldLookupImplicitStyles
)