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)
122
return _transparentRuntime.
CanConvertTo
(context, converter, type);
System\Xaml\XamlObjectReader.cs (3)
2645
return Runtime.
CanConvertTo
(TypeDescriptorContext, converter, type);
2655
Runtime.
CanConvertTo
(TypeDescriptorContext, converter, typeof(string));
2712
if (!Runtime.
CanConvertTo
(TypeDescriptorContext, converter, typeof(MarkupExtension))) { return false; }