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