Base:
method
CanConvertTo
MS.Internal.Xaml.Runtime.XamlRuntime.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.ComponentModel.TypeConverter, System.Type)
4 references to CanConvertTo
System.Xaml (4)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
123
return _transparentRuntime.
CanConvertTo
(context, converter, type);
System\Xaml\XamlObjectReader.cs (3)
2662
return Runtime.
CanConvertTo
(TypeDescriptorContext, converter, type);
2673
Runtime.
CanConvertTo
(TypeDescriptorContext, converter, typeof(string));
2730
if (!Runtime.
CanConvertTo
(TypeDescriptorContext, converter, typeof(MarkupExtension))) { return false; }