2 references to ToString
PresentationFramework (2)
src\Framework\System\Windows\GridLength.cs (1)
221
return GridLengthConverter.
ToString
(this, CultureInfo.InvariantCulture);
src\Framework\System\Windows\GridLengthConverter.cs (1)
190
return (
ToString
(gl, cultureInfo));