9 references to ToolStripPanelRow
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolStrip.cs (8)
1128return ToolStripPanelRow != null; 1383UpdateLayoutStyle(ToolStripPanelRow.Orientation); 1608ToolStripPanelRow oldToolStripPanelRow = ToolStripPanelRow; 3249Debug.Assert(ToolStripPanelRow != null, "Why is toolstrippanel row null?"); 3260Debug.Assert(ToolStripPanelRow != null, "Why is toolstrippanel row null?"); 3262Debug.Assert(ToolStripPanelRow == null || ToolStripPanelRow.ToolStripPanel.RowsInternal.Contains(ToolStripPanelRow), "Why are we in an orphaned row?");
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
77if (ParentInternal.ToolStripPanelRow == null) {