6 references to BindingNotSupported
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
1604
throw new NotSupportedException(SR.
BindingNotSupported
);
6730
throw new NotSupportedException(SR.
BindingNotSupported
);
System\Windows\Forms\Controls\ListControl\ListControl.cs (3)
143
throw new NotSupportedException(SR.
BindingNotSupported
);
435
throw new NotSupportedException(SR.
BindingNotSupported
);
706
throw new NotSupportedException(SR.
BindingNotSupported
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
255
throw new NotSupportedException(SR.
BindingNotSupported
);