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