2 references to Icon
System.Drawing.Common (2)
System\Drawing\Icon.cs (1)
398
return new
Icon
((HICON)handle);
System\Drawing\SystemIcons.cs (1)
43
icon ??= new
Icon
(PInvokeCore.LoadIcon(HINSTANCE.Null, iconId));