1 write to Name
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs (1)
38
Name
= name;
2 references to Name
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
82
return ((RuntimeNamePropertyAttribute)attributes[0]).
Name
;
System.Xaml.Tests (1)
System\Windows\Markup\RuntimeNamePropertyAttributeTests.cs (1)
17
Assert.Equal(name, attribute.
Name
);