5 references to TryGetAttributeString
System.Xaml (5)
System\Xaml\XamlType.cs (5)
706
if (
TryGetAttributeString
(attributeType, out propertyName))
802
if (
TryGetAttributeString
(typeof(ContentPropertyAttribute), out contentPropertyName))
1365
if (
TryGetAttributeString
(typeof(XamlSetMarkupExtensionAttribute), out methodName))
1390
if (
TryGetAttributeString
(typeof(XamlSetTypeConverterAttribute), out methodName))
1827
return baseType.
TryGetAttributeString
(attributeType, out result);