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)
390if (_windowsFormsEditorService is null) 429_windowsFormsEditorService.DropDownControl(this); 498_windowsFormsEditorService?.CloseDropDown();