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