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