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.