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