10 references to Join
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripPanel.cs (7)
530this.Join(e.Control as ToolStrip, e.Control.Location); 598Join(controls[i] as ToolStrip, controlLocations[i]); 692this.Join(controlArray[i] as ToolStrip, controlArray[i].Location); 911Join(toolStripToDrag, Point.Empty); 935Join(toolStripToDrag, location); 940Join(toolStripToDrag, new Point(x, y)); 981Join(toolStripToDrag as ToolStrip, clientLocation);
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
340ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, newloc); 370ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
winforms\Managed\System\WinForms\ToolStripSettings.cs (1)
230toolStripPanel.Join(toolStrip, settings.Location);