2 instantiations of NameScopePropertyAttribute
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
16
var attribute = new
NameScopePropertyAttribute
(name);
27
var attribute = new
NameScopePropertyAttribute
(name, type);
4 references to NameScopePropertyAttribute
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
416
object obj = GetCustomAttribute(typeof(XAML3.
NameScopePropertyAttribute
), xamlType.UnderlyingType);
417
if (obj is XAML3.
NameScopePropertyAttribute
nspAttr)
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
16
var
attribute = new NameScopePropertyAttribute(name);
27
var
attribute = new NameScopePropertyAttribute(name, type);