mirror of
https://github.com/ckaczor/Common.Wpf.git
synced 2026-01-13 17:22:47 -05:00
Ignore ReSharper warning
This commit is contained in:
@@ -80,10 +80,12 @@
|
|||||||
Direction="315"
|
Direction="315"
|
||||||
BlurRadius="4" />
|
BlurRadius="4" />
|
||||||
</Border.Effect>
|
</Border.Effect>
|
||||||
|
<!-- ReSharper disable Xaml.BindingWithContextNotResolved -->
|
||||||
<TextBlock Text="{Binding ElementName=adorner, Path=AdornedElement.(Validation.Errors).CurrentItem.ErrorContent}"
|
<TextBlock Text="{Binding ElementName=adorner, Path=AdornedElement.(Validation.Errors).CurrentItem.ErrorContent}"
|
||||||
Foreground="White"
|
Foreground="White"
|
||||||
Margin="8,3,8,3"
|
Margin="8,3,8,3"
|
||||||
TextWrapping="Wrap" />
|
TextWrapping="Wrap" />
|
||||||
|
<!-- ReSharper restore Xaml.BindingWithContextNotResolved -->
|
||||||
</Border>
|
</Border>
|
||||||
</Popup>
|
</Popup>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user