3 references to ToString
PresentationFramework (3)
System\Windows\Thickness.cs (2)
107return ThicknessConverter.ToString(this, CultureInfo.InvariantCulture); 116return ThicknessConverter.ToString(this, cultureInfo);
System\Windows\ThicknessConverter.cs (1)
143if (destinationType == typeof(string)) { return ToString(th, cultureInfo); }