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