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");
36
if (
_cursorConverter
.GetStandardValuesSupported())
38
foreach (object obj in
_cursorConverter
.GetStandardValues()!)
70
string? text =
_cursorConverter
.ConvertToString(cursor);