5 references to TryGetAttributeString
System.Xaml (5)
System\Xaml\XamlType.cs (5)
667
if (
TryGetAttributeString
(attributeType, out propertyName))
755
if (
TryGetAttributeString
(typeof(ContentPropertyAttribute), out contentPropertyName))
1275
if (
TryGetAttributeString
(typeof(XamlSetMarkupExtensionAttribute), out methodName))
1297
if (
TryGetAttributeString
(typeof(XamlSetTypeConverterAttribute), out methodName))
1705
return baseType.
TryGetAttributeString
(attributeType, out result);