Implemented interface member:
method
GetType
System.ComponentModel.Design.ITypeResolutionService.GetType(System.String, System.Boolean, System.Boolean)
2 references to GetType
System.Windows.Forms (2)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
72public Type? GetType(string name, bool throwOnError) => GetType(name, throwOnError, false);
System\Resources\ResXDataNode.cs (1)
125nodeType = s_internalTypeResolver.GetType(_nodeInfo.TypeName, throwOnError: false, ignoreCase: true);