Add Attached Property ability to C++ Metro Apps
Same, or something new, "attached properties" that can be added in Blend is my cornerstone method of adding (or removing) capabilities to an existing Xaml control. You do not have to make new controls for a small feature, and the attached properties have a high degree of reuse.
1
vote