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