1 write to t_defaultIcon
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
553
t_defaultIcon
= new Icon(defaultIcon, width, height);
2 references to t_defaultIcon
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
547
if (
t_defaultIcon
is null)
557
return
t_defaultIcon
;