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)
110return c.ToString(culture);
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
2736sb.Append(entry.Color.ToString(CultureInfo.InvariantCulture)); 5160xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture)); 5210xamlStringBuilder.Append(cToUse.ToString(CultureInfo.InvariantCulture));
ReachFramework (2)
Serialization\ColorTypeConverter.cs (1)
155colorString = color.ToString(culture);
Serialization\VisualTreeFlattener.cs (1)
36return color.ToString(culture);