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