Heku
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Data/BindingValue.cs
|
|
|
@ -459,7 +459,7 @@ namespace Avalonia.Data |
|
|
|
{ |
|
|
|
if (value is UnsetValueType) |
|
|
|
{ |
|
|
|
throw new InvalidOperationException("AvaloniaValue.UnsetValue is not a valid value for BindingValue<>."); |
|
|
|
throw new InvalidOperationException("AvaloniaProperty.UnsetValue is not a valid value for BindingValue<>."); |
|
|
|
} |
|
|
|
|
|
|
|
if (value is DoNothingType) |
|
|
|
|