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