microsoft / XamlBehaviors

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

Move ContentProperty to base. Resolves #102 #110

Closed nigel-sampson closed 8 years ago

nigel-sampson commented 8 years ago

Looks like the samples compilation error was caused by the ContentPropertyAttribute not being on the class the declared the property.

Resolves #102

ScottIsAFool commented 8 years ago

LGTM

LocalJoost commented 8 years ago

LGTM2

nigel-sampson commented 8 years ago

Thanks for the swift review folks.

LinglingTong commented 8 years ago

Thanks for looking into this @nigel-sampson !