6 references to GetAttributeType
System.Xaml (6)
System\Xaml\Schema\Reflector.cs (1)
260
return
GetAttributeType
(attributeType);
System\Xaml\XamlMember.cs (2)
703
Type converterType = _reflector.
GetAttributeType
(typeof(TypeConverterAttribute));
723
Type converterType = _reflector.
GetAttributeType
(typeof(ValueSerializerAttribute));
System\Xaml\XamlType.cs (3)
1032
Type returnType = _reflector.
GetAttributeType
(typeof(MarkupExtensionReturnTypeAttribute));
1235
Type converterType = _reflector.
GetAttributeType
(typeof(TypeConverterAttribute));
1282
Type converterType = _reflector.
GetAttributeType
(typeof(ValueSerializerAttribute));