1 write to toolStrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (1)
28this.toolStrip = owner;
6 references to toolStrip
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (6)
88return toolStrip; 199if (toolStrip.LayoutStyle == ToolStripLayoutStyle.HorizontalStackWithOverflow) { 226this.displayRectangle = toolStrip.DisplayRectangle; 231noMansLand.X += toolStrip.ClientSize.Width + 1; 232noMansLand.Y += toolStrip.ClientSize.Height + 1; 234if (toolStrip.LayoutStyle == ToolStripLayoutStyle.HorizontalStackWithOverflow) {