5 references to Icon
System.Drawing.Common (5)
System\Drawing\Icon.cs (3)
40
internal Icon(HICON handle) :
this
(handle, false)
181
return !hIcon.IsNull ? new
Icon
(hIcon, takeOwnership: true) : null;
902
return new
Icon
(hicon, takeOwnership: true);
System\Drawing\SystemIcons.cs (2)
78
return new
Icon
(info.hIcon, takeOwnership: true);
115
return new
Icon
(hicon, takeOwnership: true);