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.
@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.
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.