14 references to SelectionDebug
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ToolStrip.cs (8)
2009
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose,"[SelectDBG ClearAllSelectionsExcept] Unselecting " + DisplayedItems[i].Text);
2267
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose, "Started from a visible = false item");
2271
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose && (current != -1), "[SelectDBG GetNextToolStripItem] Last selected item was " + ((current != -1) ? DisplayedItems[current].Text : ""));
2272
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose && (current == -1), "[SelectDBG GetNextToolStripItem] Last selected item was null");
2292
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose, "[SelectDBG GetNextToolStripItem] selecting " + DisplayedItems[current].Text);
2983
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose, "[SelectDBG ProcessDialogKey] calling base");
3231
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose, "[SelectDBG NotifySelectionChange] none should be selected");
3235
Debug.WriteLineIf(
SelectionDebug
.TraceVerbose, "[SelectDBG NotifySelectionChange] Notify selection change: " + item.ToString() + ": " + item.Selected.ToString());
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
555
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, "[SelectDBG ProcessDialogKey] open submenu from toplevel item");
578
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, "[SelectDBG ProcessDialogKey] open submenu from NON-toplevel item");
602
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, "[SelectDBG ProcessDialogKey] close submenu from NON-toplevel item");
623
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, "[SelectDBG ProcessDialogKey] ddi calling base");
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
3541
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, "[Selection DBG] BAILING, selection is currently suspended");
3927
Debug.WriteLineIf(ToolStrip.
SelectionDebug
.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "[Selection DBG] WBI.Unselect: {0}", this.ToString()));