8 references to Show
System.Windows.Forms (2)
System\Windows\Forms\ContextMenuStrip.cs (1)
84Show(source, location);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1844Show(control, new Point(x, y));
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripDropDownTests.cs (6)
2334control.Show(sourceControl, Point.Empty); 2373control.Show(sourceControl, Point.Empty); 3097control.Show(sourceControl, Point.Empty); 3378control.Show(sourceControl, Point.Empty); 3437control.Show(sourceControl, Point.Empty); 5028toolStripDropDown.Show(control, new Point(x, y));