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