1 write to HasLocalStyle
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
167
fe.
HasLocalStyle
= (e.NewEntry.BaseValueSourceInternal == BaseValueSourceInternal.Local);
2 references to HasLocalStyle
PresentationFramework (2)
System\Windows\Generated\FrameworkElement.cs (1)
470
if (IsInitialized && !
HasLocalStyle
&& (this != parentTreeState.Root))
System\Windows\TreeWalkHelper.cs (1)
82
if (fe.IsInitialized && !fe.
HasLocalStyle
)