2 references to CanConvertTo
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1398
if (converter is not null && context.
CanConvertTo
(converter, typeof(InstanceDescriptor)))
1432
if (converter is null || !context.
CanConvertTo
(converter, typeof(InstanceDescriptor)))