2 references to ShowCursor
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
373public static void Hide() => PInvoke.ShowCursor(bShow: false); 463public static void Show() => PInvoke.ShowCursor(bShow: true);