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