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