1 write to Name
System.Xaml (1)
System\Windows\Markup\XmlLangPropertyAttribute.cs (1)
32Name = name;
4 references to Name
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
575if (xlpa != null && xlpa.Name == property.PropertyDescriptor.Name)
System\Windows\Markup\XamlTypeMapper.cs (1)
1842xmlLangPropertyName = xlpa.Name;
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
100return ((XmlLangPropertyAttribute)attributes[0]).Name;
System.Xaml.Tests (1)
System\Windows\Markup\XmlLangPropertyAttributeTests.cs (1)
17Assert.Equal(name, attribute.Name);