2 writes to rowManager
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
140
rowManager
= (Orientation == Orientation.Horizontal) ? new HorizontalRowManager(this) as ToolStripPanelRowManager
311
this.
rowManager
= null;
2 references to rowManager
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
139
if (
rowManager
== null) {
145
return
rowManager
;