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