microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
697 stars 112 forks source link

Migrate Native UWP Behaviors Design DLLs to .DesignTools.dll #171

Closed DVaughan closed 4 years ago

DVaughan commented 4 years ago

XAML Behaviors for UWP currently use the legacy .Design assemblies, which is compatible with designer isolation (DI). New .DesignTools assemblies are to be created for surface isolation (SI) compatibility.

This task pertains to the native C++/CX behaviors implementation.