2 writes to HasImplicitStyleFromResources
PresentationFramework (2)
System\Windows\FrameworkElement.cs (2)
1808
HasImplicitStyleFromResources
= false;
1881
HasImplicitStyleFromResources
= true;
2 references to HasImplicitStyleFromResources
PresentationFramework (2)
System\Windows\TreeWalkHelper.cs (2)
580
(fe.
HasImplicitStyleFromResources
|| fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue))
761
(fe.
HasImplicitStyleFromResources
|| fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue))