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