3 references to CanRoundTripString
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1365
else if (converter is not null && context.
CanRoundTripString
(converter))
1983
else if (converter is not null && context.
CanRoundTripString
(converter))
2722
if (!
CanRoundTripString
(converter)) { return false; }