2 writes to ReturnType
System.Xaml (2)
System\Windows\Markup\MarkupExtensionReturnTypeAttribute.cs (2)
18ReturnType = returnType; 26ReturnType = returnType;
4 references to ReturnType
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
234return ((MarkupExtensionReturnTypeAttribute)attributes[0]).ReturnType;
System.Xaml.Tests (3)
System\Windows\Markup\MarkupExtensionReturnTypeAttributeTests.cs (3)
16Assert.Null(attribute.ReturnType); 26Assert.Equal(returnType, attribute.ReturnType); 36Assert.Equal(returnType, attribute.ReturnType);