2 writes to ReturnType
System.Xaml (2)
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
19ReturnType = returnType; 27ReturnType = returnType;
4 references to ReturnType
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
218return ((MarkupExtensionReturnTypeAttribute)attributes[0]).ReturnType;
System.Xaml.Tests (3)
System\Windows\Markup\MarkupExtensionReturnTypeAttributeTests.cs (3)
17Assert.Null(attribute.ReturnType); 27Assert.Equal(returnType, attribute.ReturnType); 37Assert.Equal(returnType, attribute.ReturnType);