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