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