1 write to Name
System.Xaml (1)
System\Windows\Markup\UidPropertyAttribute.cs (1)
32
Name
= name;
3 references to Name
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
587
else if (upa != null && upa.
Name
== property.PropertyDescriptor.Name)
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
98
return ((UidPropertyAttribute)attributes[0]).
Name
;
System.Xaml.Tests (1)
System\Windows\Markup\UidPropertyAttributeTests.cs (1)
18
Assert.Equal(name, attribute.
Name
);