6 references to MarkupExtensionReturnType
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1042
return BaseType.
MarkupExtensionReturnType
;
System.Xaml.Tests (5)
System\Xaml\XamlTypeTests.cs (5)
3368
Assert.Equal(type.IsMarkupExtension ? expected ?? XamlLanguage.Object : null, type.
MarkupExtensionReturnType
);
3376
Assert.Throws<XamlSchemaException>(() => type.
MarkupExtensionReturnType
);
3390
Assert.Throws<NullReferenceException>(() => type.
MarkupExtensionReturnType
);
3404
Assert.Throws<NullReferenceException>(() => type.
MarkupExtensionReturnType
);
3418
Assert.Throws<InvalidCastException>(() => type.
MarkupExtensionReturnType
);