6 references to GetReflectionType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1608
return NodeFor(type).
GetReflectionType
(type);
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (1)
134
Type type = TypeDescriptor.GetProvider(component).
GetReflectionType
(typeof(object));
System\ComponentModel\Design\InheritanceService.cs (1)
284
return targetProvider.
GetReflectionType
(type);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
153
return targetProvider.
GetReflectionType
(type);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (1)
64
Type type = TypeDescriptor.GetProvider(propertyValue).
GetReflectionType
(typeof(object));
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (1)
319
return TypeDescriptor.GetProvider(context).
GetReflectionType
(runtimeType);