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