2 references to Cursor
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
148
return cursor.IsNull ? null : new
Cursor
(cursor);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
587
cursor = new
Cursor
(PInvoke.GetCursor());