[WinForms] Fix Bindable attribute argument to use boolean
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 11 Mar 2017 00:01:30 +0000 (01:01 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2017 00:01:30 +0000 (01:01 +0100)
commit572e92c5970a67035bc1695519bfd0de49ae2e5f
tree801bc4883f36dcbf099403d4a0421a46b97ae2e3
parent1de81ff1daaf02f3fe5cc66402b5ed60999a8e36
[WinForms] Fix Bindable attribute argument to use boolean

Otherwise mono-api-info crashes on System.Windows.Forms.dll with a NotImplementedException.
This is the only place in the codebase where we used `BindableSupport.Yes` instead of `true`.
mcs/class/System.Windows.Forms/System.Windows.Forms/ListControl.cs