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