microsoft / XamlBehaviors

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

Complete Task 167. Migrate UWP Managed Behaviors from .Design.dlls to .DesignTools.dlls #168

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 projects have been created for surface isolation (SI) compatibility. This lights up the richer property pickers for UWP apps.

I've created two new projects for the .DesignTools implementation and refactored the .Design projects.