Base:
15 references to ToString
System.Drawing.Common (5)
System\Drawing\Imaging\ImageCodecInfo.cs (5)
93CodecName = codecInfo[i].CodecName.ToString(), 94DllName = codecInfo[i].DllName.ToString(), 95FormatDescription = codecInfo[i].FormatDescription.ToString(), 96FilenameExtension = codecInfo[i].FilenameExtension.ToString(), 97MimeType = 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)
1143SetValue(szValue.ToString()); 1369SetValue(val.ToString());
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
71string name = pszPropName.ToString(); 97string name = pszPropName.ToString();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (2)
56string name = pszPropName.ToString(); 76_bag[pszPropName.ToString()] = pVar->ToObject();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6913text = nmlvif->lvfi.psz.ToString();