4 references to Control
System.Windows.Forms (4)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (4)
384if (binding is not null && binding.Control is not null) 386SetError(binding.Control, (e.ErrorText ?? string.Empty)); 420if (errBindings[j].Control is Control control) 470if (errBindings[j].Control is not Control control)