7 references to stringType
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Formatter.cs (7)
108
if (targetType ==
stringType
)
126
if (targetType ==
stringType
) {
413
new Type[] {
stringType
, typeof(System.Globalization.NumberStyles), typeof(System.IFormatProvider)},
422
new Type[] {
stringType
, typeof(System.IFormatProvider)},
431
new Type[] {
stringType
},
483
if (type ==
stringType
) // ...performance optimization for the most common case
484
return
stringType
;