8 references to XmlLangPropertyAttribute
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (1)
41[XmlLangProperty("Language")]
System\Windows\FrameworkElement.cs (1)
92[XmlLangProperty("Language")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
402result = (_xmlLangPropertyName == null) ? null : new XmlLangPropertyAttribute(_xmlLangPropertyName);
System.Xaml.Tests (5)
System\Windows\Markup\XmlLangPropertyAttributeTests.cs (1)
16var attribute = new XmlLangPropertyAttribute(name);
System\Xaml\XamlTypeTests.cs (4)
535GetCustomAttributesAction = (attributeType, inherit) => new object[] { new XmlLangPropertyAttribute("name") } 579GetCustomAttributesAction = (attributeType, inherit) => new object[] { new XmlLangPropertyAttribute("name") } 711[XmlLangPropertyAttribute("langName")] 719[XmlLangPropertyAttribute(null!)]