3 references to LoadCursor
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
38
_handle = PInvoke.
LoadCursor
(HINSTANCE.Null, nResourceId);
System.Windows.Forms.Primitives (2)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2304
/// <inheritdoc cref="
LoadCursor
(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/>
2310
winmdroot.UI.WindowsAndMessaging.HCURSOR __result = PInvoke.
LoadCursor
(hInstance, lpCursorNameLocal);