4 references to GetType
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
1017Type? type = GetType(descriptor.TypeName, true, true); 1065Type? dataSourceType = GetType(dataSourceDescriptor.TypeName, false, false); 1156Type? dsType = GetType(dataSourceDescriptor.TypeName, true, true); 1418Type? dsType = GetType(dataSourceDescriptor.TypeName, true, true);