1 write to toolStripGrip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
917toolStripGrip = new ToolStripGrip();
20 references to toolStripGrip
System.Windows.Forms (20)
winforms\Managed\System\WinForms\ToolStrip.cs (20)
679if (toolStripGrip != null) { 680return toolStripGrip.DefaultMargin; 916if (toolStripGrip == null) { 918toolStripGrip.Overflow = ToolStripItemOverflow.Never; 919toolStripGrip.Visible = toolStripGripStyle ==ToolStripGripStyle.Visible; 920toolStripGrip.AutoSize = false; 921toolStripGrip.ParentInternal = this; 922toolStripGrip.Margin = DefaultGripMargin; 924return toolStripGrip; 2116if (toolStripGrip != null) { 2117toolStripGrip.Dispose(); 3790if (toolStripGrip != null) { 3791toolStripGrip.OnParentRightToLeftChanged(e); 3905if (toolStripGrip != null) { 3906toolStripGrip.ToolStrip_RescaleConstants(deviceDpiOld, deviceDpiNew); 4048if (toolStripGrip != null && DisplayedItems[i] == toolStripGrip) { 4333if (toolStripGrip != null && toolStripGrip.Visible) { 4334size = LayoutUtils.UnionSizes(size, toolStripGrip.Bounds.Size);