Base:
method
ToString
System.ValueType.ToString()
46 references to ToString
System.Drawing (3)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
145
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));
241
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));
commonui\System\Drawing\Bitmap.cs (1)
491
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));
System.Windows.Forms (43)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
1369
bounds.
ToString
());
1385
bounds.
ToString
());
winforms\Managed\System\WinForms\Control.cs (1)
18346
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "Set control bounds: " + posRect.
ToString
());
winforms\Managed\System\WinForms\DataGrid.cs (11)
4417
Debug.WriteLineIf(CompModSwitches.DataGridParents.TraceVerbose, "DataGridParents: Painting ParentRows " + layout.ParentRows.
ToString
());
7321
Debug.WriteLineIf(CompModSwitches.DataGridPainting.TraceVerbose, "DataGridPainting: PaintGrid on " + gridBounds.
ToString
());
9280
sb.Append(Inside.
ToString
());
9283
sb.Append(TopLeftHeader.
ToString
());
9286
sb.Append(ColumnHeaders.
ToString
());
9289
sb.Append(RowHeaders.
ToString
());
9292
sb.Append(Data.
ToString
());
9295
sb.Append(Caption.
ToString
());
9298
sb.Append(ParentRows.
ToString
());
9301
sb.Append(ResizeBoxRect.
ToString
());
9316
sb.Append(ClientRectangle.
ToString
());
winforms\Managed\System\WinForms\DataGridCaption.cs (3)
496
Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "backButtonRect " + backButtonRect.
ToString
());
497
Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "textRect " + textRect.
ToString
());
498
Debug.WriteLineIf(CompModSwitches.DGCaptionPaint.TraceVerbose, "downButtonRect " + downButtonRect.
ToString
());
winforms\Managed\System\WinForms\DataGridParentRows.cs (3)
1040
sb.Append(data.
ToString
());
1042
sb.Append(leftArrow.
ToString
());
1044
sb.Append(rightArrow.
ToString
());
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (3)
527
if (CompModSwitches.DGRelationShpRowPaint.TraceVerbose) Debug.WriteLine("Painting row " + RowNumber.ToString(CultureInfo.InvariantCulture) + " with bounds " + bounds.
ToString
());
748
if (CompModSwitches.DGRelationShpRowPaint.TraceVerbose) Debug.WriteLine("PlusMinusGlyph painting in bounds -> " + bounds.
ToString
());
757
if (CompModSwitches.DGRelationShpRowPaint.TraceVerbose) Debug.WriteLine("Painting PlusMinusGlyph with outline -> " + outline.
ToString
());
winforms\Managed\System\WinForms\DataGridRow.cs (1)
478
Debug.WriteLineIf(CompModSwitches.DGRowPaint.TraceVerbose, "Painting DataGridAddNewRow: bounds = " + bounds.
ToString
());
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
488
DebugOut("edit bounds: " + bounds.
ToString
());
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (7)
64
sb.Append(ClientRectangle.
ToString
());
67
sb.Append(Inside.
ToString
());
70
sb.Append(TopLeftHeader.
ToString
());
73
sb.Append(ColumnHeaders.
ToString
());
76
sb.Append(RowHeaders.
ToString
());
79
sb.Append(Data.
ToString
());
82
sb.Append(ResizeBoxRect.
ToString
());
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
132
Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "\t\t'" + element + "' is anchored at " + GetCachedBounds(element).
ToString
());
231
Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "\t\tdisplayRect: " + container.DisplayRectangle.
ToString
());
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
2608
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Filling empty gridview rect=" + clearRect.
ToString
());
3443
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "On paint called. Rect=" + pe.ClipRectangle.
ToString
());
3559
Debug.WriteLineIf(GridViewDebugPaint.TraceVerbose, "Filling remaining area rect=" + clearRect.
ToString
());
winforms\Managed\System\WinForms\Screen.cs (2)
482
return GetType().Name + "[Bounds=" + bounds.
ToString
() + " WorkingArea=" + WorkingArea.
ToString
() + " Primary=" + primary.ToString() + " DeviceName=" + deviceName;
winforms\Managed\System\WinForms\ToolStrip.cs (2)
4432
Debug.WriteLineIf(LayoutDebugSwitch.TraceVerbose, "Setting Displayed Items: Current bounds: " + this.Bounds.
ToString
());
5513
Debug.WriteLineIf(ToolStrip.DropTargetDebug.TraceVerbose, "MATCH " + owner.DisplayedItems[i].Text + " Bounds: " + owner.DisplayedItems[i].Bounds.
ToString
());
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
282
Debug.WriteLineIf(ToolStripPanelRow.ToolStripPanelMouseDebug.TraceVerbose, "[CELL] DRAGGING calling SetBounds " + bounds.
ToString
());
288
Debug.WriteLineIf(ToolStripPanelRow.ToolStripPanelMouseDebug.TraceVerbose, "[CELL] NOT DRAGGING calling SetBounds " + bounds.
ToString
());