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