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