dotMorten / WindowsStateTriggers

A collection of custom visual state triggers
MIT License
244 stars 59 forks source link

CompositeTrigger stops property changed notifcations #32

Open lukeja opened 9 years ago

lukeja commented 9 years ago

If I add two triggers to the CompositeTrigger then the second of the two trigger's dependency properties stops receiving any value changed notifications, if I use either of the two triggers on their own they work fine.

To reproduce: Add two triggers into the CompositeTrigger that have bindable values. If the property bound to the second trigger changes, notice that the dependency property doesn't get told that the value has changed.

dotMorten commented 9 years ago

@lukeja Could you please provide a full sample that reproduces this? Based on the description there's already samples that does this that work, so I can't really reproduce without more detail. Thanks.