1 write to icon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1667this.icon = new Icon(icon, 16, 16);
5 references to icon
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ErrorProvider.cs (5)
1680return icon.Handle; 1697Size size = icon.Size; 1698Bitmap bitmap = icon.ToBitmap(); 1739return icon.Size; 1756icon.Dispose();