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