1 write to s_defaultCursor
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
43
public static Cursor Default =>
s_defaultCursor
??= new(PInvoke.IDC_ARROW, nameof(Default));