1 write to Name
System.Xaml (1)
System\Windows\Markup\UidPropertyAttribute.cs (1)
31
Name
= name;
2 references to Name
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
582
else if (upa != null && upa.
Name
== property.PropertyDescriptor.Name)
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
102
return ((UidPropertyAttribute)attributes[0]).
Name
;