1 reference to Formatter_CantConvertNull
System.Windows.Forms (1)
System\Windows\Forms\Internal\Formatter.cs (1)
422
string stringResId = (value is null) ? SR.
Formatter_CantConvertNull
: SR.Formatter_CantConvert;