4 references to XmlLangPropertyAttribute
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (1)
62[XmlLangProperty("Language")]
System\Windows\FrameworkElement.cs (1)
110[XmlLangProperty("Language")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
405result = (_xmlLangPropertyName == null) ? null : new XmlLangPropertyAttribute(_xmlLangPropertyName);
System.Xaml.Tests (1)
System\Windows\Markup\XmlLangPropertyAttributeTests.cs (1)
17var attribute = new XmlLangPropertyAttribute(name);