2 references to UpdateBinding
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (1)
225
BindingContext.
UpdateBinding
((control != null && IsComponentCreated(control) ? control.BindingContext: null), this);
winforms\Managed\System\WinForms\Control.cs (1)
12623
BindingContext.
UpdateBinding
(BindingContext, DataBindings[i]);