1 write to t_defaultIcon
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
551
t_defaultIcon
= ScaleHelper.ScaleSmallIconToDpi(defaultIcon, ScaleHelper.InitialSystemDpi);
2 references to t_defaultIcon
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
547
if (
t_defaultIcon
is null)
555
return
t_defaultIcon
;