3 references to GetAttributeValue
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (1)
198return GetAttributeValue<T>(attributeType);
System\Xaml\XamlMember.cs (1)
575result = _reflector.GetAttributeValue<DesignerSerializationVisibility>(
System\Xaml\XamlType.cs (1)
1257bool? usable = _reflector.GetAttributeValue<bool>(typeof(UsableDuringInitializationAttribute));