6 references to DGCaptionPaint
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridCaption.cs (6)
493
Debug.WriteLineIf(CompModSwitches.
DGCaptionPaint
.TraceVerbose, "text size = " + textSize.ToString());
494
Debug.WriteLineIf(CompModSwitches.
DGCaptionPaint
.TraceVerbose, "downButtonWidth = " + downButtonWidth.ToString(CultureInfo.InvariantCulture));
495
Debug.WriteLineIf(CompModSwitches.
DGCaptionPaint
.TraceVerbose, "textWidthLeft = " + textWidthLeft.ToString(CultureInfo.InvariantCulture));
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());