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