1 write to _editorUI
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.cs (1)
24
_editorUI
??= new MultilineStringEditorUI();
4 references to _editorUI
System.Windows.Forms.Design (4)
System\ComponentModel\Design\MultilineStringEditor.cs (4)
26
_editorUI
.BeginEdit(editorService, value);
27
editorService.DropDownControl(
_editorUI
);
28
object newValue =
_editorUI
.Value;
30
return
_editorUI
.EndEdit() ? newValue : value;