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