1 implementation of GetType
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
77
public Type?
GetType
(string name, bool throwOnError, bool ignoreCase)
1 reference to GetType
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1394
return _typeResolutionService.
GetType
(name, throwOnError, ignoreCase);