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