5 references to TryGetAttributeString
System.Xaml (5)
System\Xaml\XamlType.cs (5)
705if (TryGetAttributeString(attributeType, out propertyName)) 801if (TryGetAttributeString(typeof(ContentPropertyAttribute), out contentPropertyName)) 1364if (TryGetAttributeString(typeof(XamlSetMarkupExtensionAttribute), out methodName)) 1389if (TryGetAttributeString(typeof(XamlSetTypeConverterAttribute), out methodName)) 1825return baseType.TryGetAttributeString(attributeType, out result);