8 references to ControlTabDebug
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripManager.cs (8)
357
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "SELECTNEXTTOOLSTRIP: start: " + startTabIndex.ToString(CultureInfo.CurrentCulture) + " " + start.Name);
364
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "FORWARD considering selection " + toolStrip.Name + " " + toolStrip.TabIndex.ToString(CultureInfo.CurrentCulture));
377
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "\tFORWARD new wrap candidate " + toolStrip.Name);
383
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "\tREVERSE selecting " + toolStrip.Name);
396
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "\tREVERSE new wrap candidate " + toolStrip.Name);
401
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "\tREVERSE skipping wrap candidate " + toolStrip.Name + toolStrip.TabIndex.ToString(CultureInfo.CurrentCulture));
414
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "SELECTING " + nextControl.Name);
419
Debug.WriteLineIf(ToolStrip.
ControlTabDebug
.TraceVerbose, "WRAPPING " + wrappedControl.Name);