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