3 references to ConvertToString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1766
str = converter.
ConvertToString
(this, value);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1976
string textValue = gridEntry.TypeConverter.
ConvertToString
(gridEntry, value);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (1)
83
stringValue = converter.
ConvertToString
(context, value);