2 references to IsComponentCreated
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
197
return
IsComponentCreated
(this.control);
225
BindingContext.UpdateBinding((control != null &&
IsComponentCreated
(control) ? control.BindingContext: null), this);