10 references to Join
System.Windows.Forms (10)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (7)
459Join(toolStrip, e.Control.Location); 541Join(toolStrip, controlLocations[i]); 654Join(toolStrip, controlArray[i].Location); 719Join(toolStripToDrag, Point.Empty); 746Join(toolStripToDrag, location); 751Join(toolStripToDrag, new Point(x, y)); 794Join(toolStripToDrag, clientLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
373ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, newloc); 407ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
System\Windows\Forms\Controls\ToolStrips\ToolStripSettingsManager.cs (1)
163toolStripPanel.Join(toolStrip!, settings.Location);