|
|
@@ -109,7 +109,7 @@ namespace Avalonia.Base.UnitTests
|
|
|
coerce: CoerceFoo);
|
|
|
|
|
|
public static readonly AttachedProperty<int> AttachedProperty =
|
|
|
- AvaloniaProperty.RegisterAttached<Class1, AvaloniaObject, int>(
|
|
|
+ AvaloniaProperty.RegisterAttached<Class1, Class1, int>(
|
|
|
"Attached",
|
|
|
defaultValue: 11,
|
|
|
coerce: CoerceFoo);
|