6 references to GetReflectionType
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ColumnHeaderConverter.cs (1)
42
Type t = TypeDescriptor.
GetReflectionType
(value);
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (1)
397
Type reflectType = TypeDescriptor.
GetReflectionType
(component);
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
45
foreach (MethodInfo method in TypeDescriptor.
GetReflectionType
(collection).GetMethods(BindingFlags.Public | BindingFlags.Instance))
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
204
return TypeDescriptor.
GetReflectionType
(instance);
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (1)
675
MethodInfo? clearMethod = TypeDescriptor.
GetReflectionType
(collection).GetMethod("Clear", BindingFlags.Public | BindingFlags.Instance, null, [], null);
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (1)
351
if (TypeDescriptor.
GetReflectionType
(control).GetMethod(