5 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)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2289 /// <inheritdoc cref="LoadCursor(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/> 2295 winmdroot.UI.WindowsAndMessaging.HCURSOR __result = PInvoke.LoadCursor(hInstance, lpCursorNameLocal);
System.Windows.Forms.Primitives.Tests (1)
Interop\Mocks\MockCursor.cs (1)
19_handle = PInvoke.LoadCursor(HINSTANCE.Null, nResourceId);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
71cursor = PInvoke.LoadCursor(HINSTANCE.Null, (PCWSTR)(char*)PInvoke.IDC_ARROW);