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