8 references to ToString
PresentationCore (3)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (2)
318defaultOriginValue.ToString(CultureInfo.InvariantCulture))); 329defaultDestinationValue.ToString(CultureInfo.InvariantCulture)));
System\Windows\Media\ColorConverter.cs (1)
111return c.ToString(culture);
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2735sb.Append(entry.Color.ToString(CultureInfo.InvariantCulture)); 5152xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture)); 5202xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture));
ReachFramework (2)
Serialization\ColorTypeConverter.cs (1)
156colorString = color.ToString(culture);
Serialization\VisualTreeFlattener.cs (1)
37return color.ToString(culture);