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)
71
cursor = PInvoke.
LoadCursor
(HINSTANCE.Null, (PCWSTR)(char*)PInvoke.IDC_ARROW);