2 writes to _editorService
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (2)
179_editorService = edSvc; 187public void Stop() => _editorService = null;
3 references to _editorService
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (3)
61if (_editor is not null && _editorService is not null) 66_editorService.CloseDropDown(); 108_editorService!.CloseDropDown();