3 instantiations of XmlLangPropertyAttribute
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (1)
40[XmlLangProperty("Language")]
System\Windows\FrameworkElement.cs (1)
91[XmlLangProperty("Language")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
401result = (_xmlLangPropertyName == null) ? null : new XmlLangPropertyAttribute(_xmlLangPropertyName);
13 references to XmlLangPropertyAttribute
PresentationFramework (10)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
848case 755: t = () => typeof(XmlLangPropertyAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12756typeof(System.Windows.Markup.XmlLangPropertyAttribute),
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
399else if (attributeType == typeof(XmlLangPropertyAttribute))
System\Windows\Markup\KnownTypes.cs (1)
6302case KnownElements.XmlLangPropertyAttribute: t = typeof(System.Windows.Markup.XmlLangPropertyAttribute); break;
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
481XmlLangPropertyAttribute xlpa = item.Attributes[typeof(XmlLangPropertyAttribute)] as XmlLangPropertyAttribute;
System\Windows\Markup\XamlTypeMapper.cs (3)
1833XmlLangPropertyAttribute xlpa = attributes[typeof(XmlLangPropertyAttribute)] as XmlLangPropertyAttribute;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
105if (attributeType == typeof(XmlLangPropertyAttribute)) 107return ((XmlLangPropertyAttribute)attributes[0]).Name;
System\Xaml\XamlType.cs (1)
699attributeType = typeof(XmlLangPropertyAttribute);