Base:
method
ToString
System.ValueType.ToString()
11 references to ToString
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (2)
3606
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "SetBounds " + setExtent.
ToString
());
3611
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "OcxBounds " + ocxExtent.
ToString
());
winforms\Managed\System\WinForms\Control.cs (1)
18253
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "SetExtent : new size:" + size.
ToString
());
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
493
Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "text size = " + textSize.
ToString
());
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1976
throw new ArgumentException(SR.GetString(SR.InvalidArgument, "constraintSize", constraintSize.
ToString
()));
1997
throw new ArgumentException(SR.GetString(SR.InvalidArgument, "constraintSize", constraintSize.
ToString
()));
winforms\Managed\System\WinForms\ImageList.cs (1)
908
return s + " Images.Count: " + Images.Count.ToString(CultureInfo.CurrentCulture) + ", ImageSize: " + ImageSize.
ToString
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4557
Debug.WriteLineIf(CompModSwitches.DebugGridView.TraceVerbose, "\tsize :" + size.
ToString
());
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
167
throw new ArgumentOutOfRangeException("AutoScrollMargin", SR.GetString(SR.InvalidArgument, "AutoScrollMargin", value.
ToString
()));
winforms\Managed\System\WinForms\TabControl.cs (1)
575
throw new ArgumentOutOfRangeException("ItemSize", SR.GetString(SR.InvalidArgument, "ItemSize", value.
ToString
()));
winforms\Managed\System\WinForms\ToolBar.cs (1)
400
throw new ArgumentOutOfRangeException("ButtonSize", SR.GetString(SR.InvalidArgument, "ButtonSize", value.
ToString
()));