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