8 references to ToString
PresentationCore (3)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (2)
329defaultOriginValue.ToString(CultureInfo.InvariantCulture))); 340defaultDestinationValue.ToString(CultureInfo.InvariantCulture)));
System\Windows\Media\ColorConverter.cs (1)
122return c.ToString(culture);
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2736sb.Append(entry.Color.ToString(CultureInfo.InvariantCulture)); 5154xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture)); 5204xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture));
ReachFramework (2)
Serialization\ColorTypeConverter.cs (1)
161colorString = color.ToString(culture);
Serialization\VisualTreeFlattener.cs (1)
60return color.ToString(culture);