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