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