1 write to Name
System.Xaml (1)
System\Windows\Markup\XmlLangPropertyAttribute.cs (1)
31Name = name;
3 references to Name
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
577if (xlpa != null && xlpa.Name == property.PropertyDescriptor.Name)
System\Windows\Markup\XamlTypeMapper.cs (1)
1837xmlLangPropertyName = xlpa.Name;
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
107return ((XmlLangPropertyAttribute)attributes[0]).Name;