2 writes to _windowsFormsEditorService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
385
_windowsFormsEditorService
= _serviceProvider.GetService<IWindowsFormsEditorService>();
440
_windowsFormsEditorService
= null;
3 references to _windowsFormsEditorService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (3)
390
if (
_windowsFormsEditorService
is null)
429
_windowsFormsEditorService
.DropDownControl(this);
498
_windowsFormsEditorService
?.CloseDropDown();