1 write to _cursorConverter
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
30_cursorConverter = TypeDescriptor.GetConverter(typeof(Cursor));
5 references to _cursorConverter
System.Windows.Forms.Design (5)
System\Drawing\Design\CursorEditor.CursorUI.cs (5)
32_cursorConverter.GetStandardValuesSupported(), 33$"Converter '{_cursorConverter}' does not support a list of standard values. We cannot provide a drop-down"); 36if (_cursorConverter.GetStandardValuesSupported()) 38foreach (object obj in _cursorConverter.GetStandardValues()!) 70string? text = _cursorConverter.ConvertToString(cursor);