6 references to ConvertToString
PresentationCore (6)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (1)
86
return instance.
ConvertToString
(null, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS);
System\Windows\Media\Generated\PathFigureCollection.cs (3)
721
return
ConvertToString
(null /* format string */, null /* format provider */);
735
return
ConvertToString
(null /* format string */, provider);
751
return
ConvertToString
(format, provider);
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (1)
142
return instance.
ConvertToString
(null, culture);
System\Windows\Media\PathGeometry.cs (1)
922
figuresString = figures.
ConvertToString
(format, provider);