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