2 writes to HasImplicitStyleFromResources
PresentationFramework (2)
System\Windows\FrameworkElement.cs (2)
1826
HasImplicitStyleFromResources
= false;
1899
HasImplicitStyleFromResources
= true;
2 references to HasImplicitStyleFromResources
PresentationFramework (2)
System\Windows\TreeWalkHelper.cs (2)
584
(fe.
HasImplicitStyleFromResources
|| fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue))
765
(fe.
HasImplicitStyleFromResources
|| fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue))