5 references to ConvertToString
WindowsBase (5)
Base\System\Windows\Converters\Generated\Int32RectValueSerializer.cs (1)
87
return instance.
ConvertToString
(null, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS);
Base\System\Windows\Generated\Int32Rect.cs (3)
341
return
ConvertToString
(null /* format string */, null /* format provider */);
355
return
ConvertToString
(null /* format string */, provider);
371
return
ConvertToString
(format, provider);
Base\System\Windows\Generated\Int32RectConverter.cs (1)
126
return instance.
ConvertToString
(null, culture);