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