1 write to defaultIcon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
584defaultIcon = new Icon(typeof(ErrorProvider), "Error.ico");
3 references to defaultIcon
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
581if (defaultIcon == null) { 583if (defaultIcon == null) { 588return defaultIcon;