6 writes to ShouldLookupImplicitStyles
PresentationFramework (6)
MS\Internal\FrameworkObject.cs (1)
695_fe.ShouldLookupImplicitStyles = value;
System\Windows\Application.cs (2)
2158wc[i].ShouldLookupImplicitStyles = true; 2174((FrameworkElement)args[0]).ShouldLookupImplicitStyles = true;
System\Windows\FrameworkElement.cs (1)
125ShouldLookupImplicitStyles = true;
System\Windows\ResourceDictionary.cs (2)
1452fe.ShouldLookupImplicitStyles = true; 1637fe.ShouldLookupImplicitStyles = true;
2 references to ShouldLookupImplicitStyles
PresentationFramework (2)
MS\Internal\FrameworkObject.cs (1)
680return _fe.ShouldLookupImplicitStyles;
System\Windows\FrameworkElement.cs (1)
869if (fe.ShouldLookupImplicitStyles)