1 write to _icon
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
20_icon = new Icon(icon, ScaleHelper.LogicalSmallSystemIconSize);
4 references to _icon
System.Windows.Forms (4)
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (4)
26public HICON Handle => (HICON)_icon.Handle; 42Size size = _icon.Size; 43Bitmap bitmap = _icon.ToBitmap(); 81public Size Size => _icon.Size;