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)
582if (xlpa != null && xlpa.Name == property.PropertyDescriptor.Name)
System\Windows\Markup\XamlTypeMapper.cs (1)
1844xmlLangPropertyName = xlpa.Name;
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
102return ((XmlLangPropertyAttribute)attributes[0]).Name;
System.Xaml.Tests (1)
System\Windows\Markup\XmlLangPropertyAttributeTests.cs (1)
18Assert.Equal(name, attribute.Name);