2 references to NameScopePropertyAttribute
System.Xaml (1)
System\Windows\Markup\NameScopePropertyAttribute.cs (1)
18public NameScopePropertyAttribute(string? name, Type? type) : this(name)
System.Xaml.Tests (1)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (1)
17var attribute = new NameScopePropertyAttribute(name);