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