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); 32editorService.DropDownControl(_cursorUI); 33value = _cursorUI.Value; 34_cursorUI.End();