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