2 references to ToString
PresentationFramework (2)
src\Framework\System\Windows\CornerRadius.cs (1)
108
return CornerRadiusConverter.
ToString
(this, CultureInfo.InvariantCulture);
src\Framework\System\Windows\CornerRadiusConverter.cs (1)
159
if (destinationType == typeof(string)) { return
ToString
(cr, cultureInfo); }