3 references to GetAttributeString
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (1)
126
return
GetAttributeString
(attributeType, out checkedInherited);
System\Xaml\XamlMember.cs (1)
949
result = _reflector.
GetAttributeString
(typeof(ConstructorArgumentAttribute), out _);
System\Xaml\XamlType.cs (1)
1695
result = _reflector.
GetAttributeString
(attributeType, out checkedInherited);