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