12 references to toStringNone
System.Windows.Forms (12)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IDispatchConverter.cs (1)
42
return SR.
toStringNone
;
System\Windows\Forms\Controls\ListView\ListViewGroupConverter.cs (2)
73
if (value is null || value.Equals(SR.
toStringNone
))
102
return SR.
toStringNone
;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
594
if (string.IsNullOrEmpty(value) || value.Equals(SR.
toStringNone
))
1066
if (string.IsNullOrEmpty(value) || value.Equals(SR.
toStringNone
))
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (2)
34
else if (string.Compare(strValue, SR.
toStringNone
, true, culture) == 0)
62
return SR.
toStringNone
;
System\Windows\Forms\ImageIndexConverter.cs (2)
53
if (value is string stringValue && string.Compare(stringValue, SR.
toStringNone
, true, culture) == 0)
74
return SR.
toStringNone
;
System\Windows\Forms\ImageKeyConverter.cs (2)
89
return SR.
toStringNone
;
93
return SR.
toStringNone
;
System\Windows\Forms\Input\KeysConverter.cs (1)
63
AddLocalizedKey(nameof(SR.
toStringNone
), Keys.None);