7 references to s_stringType
System.Windows.Forms (7)
System\Windows\Forms\Internal\Formatter.cs (7)
108
if (targetType ==
s_stringType
)
127
if (targetType ==
s_stringType
)
464
[
s_stringType
, typeof(NumberStyles), typeof(IFormatProvider)],
475
[
s_stringType
, typeof(IFormatProvider)],
486
[
s_stringType
],
545
if (type ==
s_stringType
) // ...performance optimization for the most common case
547
return
s_stringType
;