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\426\Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2549 /// <inheritdoc cref="LoadCursor(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/> 2556 winmdroot.UI.WindowsAndMessaging.HCURSOR __result = PInvoke.LoadCursor(hInstance, lpCursorNameLocal);