4 references to LoadIcon
System.Drawing.Common (1)
System\Drawing\SystemIcons.cs (1)
43
icon ??= new Icon(PInvokeCore.
LoadIcon
(HINSTANCE.Null, iconId));
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
743
/// <inheritdoc cref="
LoadIcon
(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR)"/>
749
winmdroot.UI.WindowsAndMessaging.HICON __result = PInvokeCore.
LoadIcon
(hInstance, lpIconNameLocal);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
62
icon = PInvokeCore.
LoadIcon
(HINSTANCE.Null, (PCWSTR)(char*)PInvokeCore.IDI_APPLICATION);