3 references to LoadIcon
System.Drawing.Common (1)
System\Drawing\SystemIcons.cs (1)
43icon ??= new Icon(PInvokeCore.LoadIcon(HINSTANCE.Null, iconId));
System.Private.Windows.Core (2)
_generated\201\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);