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