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