How to bind to attached property in UWP?
问题 I need to bind a property of a control to an attached property in XAML (so that the attached property becomes a source of the binding), and I can't figure out how to do it -- VS2015 gives me " Value does not fall within the expected range " error, and when I run the app, I get an exception. The technique shown below worked perfectly in WPF. Here is the sample app demonstrating the problem. AttachedPropertyTest.cs: namespace App7 { public static class AttachedPropertyTest { public static