1 write to Icon
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
454_provider.Icon = new Icon(icon, (int)(icon.Width * factor), (int)(icon.Height * factor));
2 references to Icon
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
588internal IconRegion Region => _region ??= new IconRegion(Icon, CurrentDpi);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
452Icon icon = _provider.Icon;