CalcBinding icon indicating copy to clipboard operation
CalcBinding copied to clipboard

& operator not work for enum

Open LiveIsLive opened this issue 3 years ago • 0 comments

For example, run the code below and the button is still visible

<Button Visibility="{c:Binding '(io:FileAttributes.Directory &amp; io:FileAttributes.Directory) != io:FileAttributes.Directory'}" xmlns:c="clr-namespace:CalcBinding;assembly=CalcBinding" xmlns:io="clr-namespace:System.IO;assembly=mscorlib">Test</Button>

LiveIsLive avatar Jan 28 '22 01:01 LiveIsLive