Skip to content

Commit

Permalink
Attempting fix of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Nov 7, 2022
1 parent 8feeed6 commit 909443e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,11 @@
<Setter Property="wpf:HintAssist.Foreground" Value="{DynamicResource PrimaryHueMidBrush}" />
<Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMargin}" />
<Setter Property="wpf:TextFieldAssist.UnderlineBrush" Value="{DynamicResource PrimaryHueMidBrush}" />
<Setter Property="wpf:StylizedBehaviors.Behaviors">
<Setter Property="wpf:BehaviorsAssist.Behaviors">
<Setter.Value>
<wpf:StylizedBehaviorCollection>
<wpf:BehaviorCollection>
<internalbehaviors:PasswordBoxBehavior />
</wpf:StylizedBehaviorCollection>
</wpf:BehaviorCollection>
</Setter.Value>
</Setter>
</Style>
Expand Down Expand Up @@ -908,11 +908,11 @@
<Setter Property="wpf:TextFieldAssist.TextBoxViewMargin" Value="{x:Static wpf:Constants.DefaultTextBoxViewMargin}" />
<Setter Property="wpf:TextFieldAssist.UnderlineBrush" Value="{DynamicResource PrimaryHueMidBrush}" />
<Setter Property="wpf:PasswordBoxAssist.SuppressBindingGuard" Value="True" />
<Setter Property="wpf:StylizedBehaviors.Behaviors">
<Setter Property="wpf:BehaviorsAssist.Behaviors">
<Setter.Value>
<wpf:StylizedBehaviorCollection>
<wpf:BehaviorCollection>
<internalbehaviors:PasswordBoxBehavior />
</wpf:StylizedBehaviorCollection>
</wpf:BehaviorCollection>
</Setter.Value>
</Setter>
</Style>
Expand Down

0 comments on commit 909443e

Please sign in to comment.