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