Open HO-COOH opened 2 weeks ago
Your example here is not expected to work, as RotateTransform is not a dependency object. Hence, the TwoWay binding will not work.
Your example here is not expected to work, as RotateTransform is not a dependency object. Hence, the TwoWay binding will not work.
@karkarl I might be drunk then.
Also, the exact code works in C# project.
@chrisglein can you take a look at this?
Describe the bug
Related to #2721, that issue is fixed, we can now bind to a property of a named control, but binding to named non-control is still causing compile error (you still need to redeclare it in the
idl
).Steps to reproduce the bug
In
MainWindow.xaml
, use this xamlExpected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
No response
Additional context
Repro