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