10 references to ToolStripPanelRowCreationDebug
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripPanel.cs (4)
1080
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "Reusing previous row");
1090
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "Inserting a new row at " + index.ToString(CultureInfo.InvariantCulture));
1097
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tThere was a row, but we cant add the control to it, creating/inserting new row."));
1105
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tAttempts to leave the current row failed as there's no space in the next row. Since there's only one control, just keep the row."));
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (6)
76
Debug.WriteLineIf(
ToolStripPanelRowCreationDebug
.TraceVerbose, "Created new ToolStripPanelRow");
285
Debug.WriteLineIf(
ToolStripPanelRowCreationDebug
.TraceVerbose, "Disposed ToolStripPanelRow");
774
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "TSP RM CanMove returns false - the item moving is stretched.");
782
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "TSP RM CanMove returns false - the row already contains a stretched item.");
998
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "HorizontalRM.CanMove returns false - not enough room");
1510
Debug.WriteLineIf(ToolStripPanelRow.
ToolStripPanelRowCreationDebug
.TraceVerbose, "VerticalRM.CanMove returns false - not enough room");