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