6 references to BindingNotSupported
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
1618
throw new NotSupportedException(SR.
BindingNotSupported
);
6746
throw new NotSupportedException(SR.
BindingNotSupported
);
System\Windows\Forms\Controls\ListControl\ListControl.cs (3)
144
throw new NotSupportedException(SR.
BindingNotSupported
);
436
throw new NotSupportedException(SR.
BindingNotSupported
);
707
throw new NotSupportedException(SR.
BindingNotSupported
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
255
throw new NotSupportedException(SR.
BindingNotSupported
);