benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Add path keyword explicitly to bindings #82

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

Add the Path keyword explicitly to template bindings that target attached properties because the missing keyword lead to bugs in the past.

See #18 and #66 for reference.