2 references to ToString
PresentationFramework (2)
System\Windows\GridLength.cs (1)
217return GridLengthConverter.ToString(this, CultureInfo.InvariantCulture);
System\Windows\GridLengthConverter.cs (1)
178return (ToString(gl, cultureInfo));