20 references to GetReflectionType
System (2)
compmod\system\componentmodel\AttributeCollection.cs (1)
330Type reflect = TypeDescriptor.GetReflectionType(attributeType);
compmod\system\componentmodel\EnumConverter.cs (1)
251Type reflectType = TypeDescriptor.GetReflectionType(type);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
289Type reflectType = TypeDescriptor.GetReflectionType(objectType); 337if (info != null) reflectMemberType = TypeDescriptor.GetReflectionType(info.EventHandlerType); 350if (info != null) reflectMemberType = TypeDescriptor.GetReflectionType(info.PropertyType); 416reflectType = TypeDescriptor.GetReflectionType(reflectType);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
289Type reflectType = TypeDescriptor.GetReflectionType(objectType); 337if (info != null) reflectMemberType = TypeDescriptor.GetReflectionType(info.EventHandlerType); 350if (info != null) reflectMemberType = TypeDescriptor.GetReflectionType(info.PropertyType); 416reflectType = TypeDescriptor.GetReflectionType(reflectType);
WindowsBase (10)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (10)
401Type reflectionType = TypeDescriptor.GetReflectionType(dp.OwnerType); 473Type propertyReflectionType = TypeDescriptor.GetReflectionType(_dp.PropertyType); 568Type reflectionType = TypeDescriptor.GetReflectionType(dp.OwnerType); 579TypeDescriptor.GetReflectionType(dp.PropertyType) 614reflectionType = TypeDescriptor.GetReflectionType(_dp.OwnerType); 626reflectionType = TypeDescriptor.GetReflectionType(_property.ComponentType); 768attachedPropertyBrowsableType = TypeDescriptor.GetReflectionType(typeof(AttachedPropertyBrowsableAttribute)); 782attributeType = TypeDescriptor.GetReflectionType(typeof(Attribute)); 796boolType = TypeDescriptor.GetReflectionType(typeof(bool)); 810dpType = new Type[] { TypeDescriptor.GetReflectionType(typeof(DependencyObject)) };