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