2 instantiations of NameScopePropertyAttribute
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
17
var attribute = new
NameScopePropertyAttribute
(name);
28
var attribute = new
NameScopePropertyAttribute
(name, type);
5 references to NameScopePropertyAttribute
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
403
object obj = GetCustomAttribute(typeof(XAML3.
NameScopePropertyAttribute
), xamlType.UnderlyingType);
404
XAML3.
NameScopePropertyAttribute
nspAttr = obj as XAML3.
NameScopePropertyAttribute
;
System.Xaml.Tests (2)
System\Windows\Markup\NameScopePropertyAttributeTests.cs (2)
17
var
attribute = new NameScopePropertyAttribute(name);
28
var
attribute = new NameScopePropertyAttribute(name, type);