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