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