6 references to GetAttributeType
System.Xaml (6)
System\Xaml\Schema\Reflector.cs (1)
239
return
GetAttributeType
(attributeType);
System\Xaml\XamlMember.cs (2)
670
Type converterType = _reflector.
GetAttributeType
(typeof(TypeConverterAttribute));
689
Type converterType = _reflector.
GetAttributeType
(typeof(ValueSerializerAttribute));
System\Xaml\XamlType.cs (3)
968
Type returnType = _reflector.
GetAttributeType
(typeof(MarkupExtensionReturnTypeAttribute));
1154
Type converterType = _reflector.
GetAttributeType
(typeof(TypeConverterAttribute));
1198
Type converterType = _reflector.
GetAttributeType
(typeof(ValueSerializerAttribute));