1 write to _cursorUI
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.cs (1)
29
_cursorUI
??= new CursorUI();
4 references to _cursorUI
System.Windows.Forms.Design (4)
System\Drawing\Design\CursorEditor.cs (4)
31
_cursorUI
.Start(editorService, value);
32
editorService.DropDownControl(
_cursorUI
);
33
value =
_cursorUI
.Value;
34
_cursorUI
.End();