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