1 write to Usable
System.Xaml (1)
System\Windows\Markup\UsableDuringInitializationAttribute.cs (1)
12
Usable
= usable;
2 references to Usable
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
180
bool result = ((UsableDuringInitializationAttribute)attributes[0]).
Usable
;
System.Xaml.Tests (1)
System\Windows\Markup\UsableDuringInitializationAttributeTests.cs (1)
17
Assert.Equal(usable, attribute.
Usable
);