2 references to IsComponentCreated
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.cs (2)
191
internal bool ComponentCreated =>
IsComponentCreated
(BindableComponent);
222
BindingContext.UpdateBinding((BindableComponent is not null &&
IsComponentCreated
(BindableComponent) ? BindableComponent.BindingContext : null), this);