4 writes to ShouldLookupImplicitStyles
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
699
_fce.
ShouldLookupImplicitStyles
= value;
System\Windows\FrameworkContentElement.cs (1)
76
ShouldLookupImplicitStyles
= true;
System\Windows\ResourceDictionary.cs (2)
1472
fce.
ShouldLookupImplicitStyles
= true;
1655
fce.
ShouldLookupImplicitStyles
= true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
MS\Internal\FrameworkObject.cs (1)
684
return _fce.
ShouldLookupImplicitStyles
;
System\Windows\FrameworkElement.cs (1)
949
if (fce.
ShouldLookupImplicitStyles
)