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