Base:
15 references to ToString
System.Drawing.Common (5)
System\Drawing\Imaging\ImageCodecInfo.cs (5)
93
CodecName = codecInfo[i].CodecName.
ToString
(),
94
DllName = codecInfo[i].DllName.
ToString
(),
95
FormatDescription = codecInfo[i].FormatDescription.
ToString
(),
96
FilenameExtension = codecInfo[i].FilenameExtension.
ToString
(),
97
MimeType = codecInfo[i].MimeType.
ToString
(),
System.Private.Windows.Core (3)
Windows.Win32.PCWSTR.g.cs (1)
77
private string DebuggerDisplay => this.
ToString
();
Windows.Win32.PWSTR.g.cs (2)
50
/// <inheritdoc cref="PCWSTR.
ToString
()"/>
51
public override string ToString() => new PCWSTR(this.Value).
ToString
();
System.Windows.Forms (7)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1143
SetValue(szValue.
ToString
());
1369
SetValue(val.
ToString
());
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
71
string name = pszPropName.
ToString
();
97
string name = pszPropName.
ToString
();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (2)
56
string name = pszPropName.
ToString
();
76
_bag[pszPropName.
ToString
()] = pVar->ToObject();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6913
text = nmlvif->lvfi.psz.
ToString
();