This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| WARNING: This MultiBinding implementation only works when it is directly applied to its target property. | |
| It will fail if used inside of a setter (such is the case when used within a trigger or style). | |
| */ | |
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Globalization; | |
| using System.Linq; | |
| using System.Runtime.CompilerServices; |