3 references to ToString
PresentationFramework (3)
src\Framework\System\Windows\Thickness.cs (2)
112
return ThicknessConverter.
ToString
(this, CultureInfo.InvariantCulture);
121
return ThicknessConverter.
ToString
(this, cultureInfo);
src\Framework\System\Windows\ThicknessConverter.cs (1)
157
if (destinationType == typeof(string)) { return
ToString
(th, cultureInfo); }