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