48 references to Show
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
5533Show(owner);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationTests.cs (2)
560other.Show(mainForm); 634add.Show(mainForm);
System\Windows\Forms\FormTests.cs (2)
2576(Form form, Control control) => form.Show(owner: control) 2586(Form form, Control control) => form.Show(owner: control.FindForm())
System.Windows.Forms.UI.IntegrationTests (1)
ApplicationTests.cs (1)
24child.Show(form);
WinFormsControlsTest (42)
FormOwnerTestForm.cs (1)
66child.Show(this);
MainForm.cs (41)
58new InitInfo("Buttons", (obj, e) => new Buttons().Show(this)) 62new InitInfo("Calendar", (obj, e) => new Calendar().Show(this)) 66new InitInfo("MultipleControls", (obj, e) => new MultipleControls().Show(this)) 70new InitInfo("ComboBoxes", (obj, e) => new ComboBoxes().Show(this)) 74new InitInfo("ComboBoxes with ScrollBars", (obj, e) => new ComboBoxesWithScrollBars().Show(this)) 78new InitInfo("DateTimePicker", (obj, e) => new DateTimePicker().Show(this)) 86new InitInfo("DataGridView", (obj, e) => new DataGridViewTest().Show(this)) 90new InitInfo("DataGridView in Virtual mode", (obj, e) => new DataGridViewInVirtualModeTest().Show(this)) 94new InitInfo("TreeView, ImageList", (obj, e) => new TreeViewTest().Show(this)) 98new InitInfo("ContentAlignment", (obj, e) => new DesignTimeAligned().Show(this)) 102new InitInfo("Menus", (obj, e) => new MenuStripAndCheckedListBox().Show(this)) 106new InitInfo("Panels", (obj, e) => new Panels().Show(this)) 110new InitInfo("Splitter", (obj, e) => new Splitter().Show(this)) 114new InitInfo("MDI Parent", (obj, e) => new MdiParent().Show(this)) 118new InitInfo("PropertyGrid", (obj, e) => new PropertyGrid(new UserControlWithObjectCollectionEditor()).Show(this)) 122new InitInfo("ListView", (obj, e) => new ListViewTest().Show(this)) 126new InitInfo("FontNameEditor", (obj, e) => new PropertyGrid(new UserControlWithFontNameEditor()).Show(this)) 130new InitInfo("CollectionEditors", (obj, e) => new CollectionEditors().Show(this)) 134new InitInfo("RichTextBoxes", (obj, e) => new RichTextBoxes().Show(this)) 138new InitInfo("PictureBoxes", (obj, e) => new PictureBoxes().Show(this)) 142new InitInfo("FormBorderStyles", (obj, e) => new FormBorderStyles().Show(this)) 146new InitInfo("FormShowInTaskbar", (obj, e) => new FormShowInTaskbar().Show(this)) 154new InitInfo("ErrorProvider", (obj, e) => new ErrorProviderTest().Show(this)) 158new InitInfo("Task Dialog", (obj, e) => new TaskDialogSamples().Show(this)) 162new InitInfo("MessageBox", (obj, e) => new MessageBoxes().Show(this)) 166new InitInfo("ToolStrips", (obj, e) => new ToolStripTests().Show(this)) 170new InitInfo("TrackBars", (obj, e) => new TrackBars().Show(this)) 174new InitInfo("ScrollBars", (obj, e) => new ScrollBars().Show(this)) 178new InitInfo("ToolTips", (obj, e) => new ToolTipTests().Show(this)) 182new InitInfo("AnchorLayout", (obj, e) => new AnchorLayoutTests().Show(this)) 186new InitInfo("DockLayout", (obj, e) => new DockLayoutTests().Show(this)) 190new InitInfo("Drag and Drop", (obj, e) => new DragDrop().Show(this)) 194new InitInfo("TextBoxes", (obj, e) => new TextBoxes().Show(this)) 198new InitInfo("MediaPlayer", (obj, e) => new MediaPlayer().Show(this)) 202new InitInfo("FormOwnerTest", (obj, e) => new FormOwnerTestForm().Show(this)) 206new InitInfo("ListBoxes", (obj, e) => new ListBoxes().Show(this)) 210new InitInfo("Password", (obj, e) => new Password().Show(this)) 214new InitInfo("ChartControl", (obj, e) => new ChartControl().Show(this)) 219new InitInfo("ToolStripSeparatorPreferredSize", (obj, e) => new ToolStripSeparatorPreferredSize().Show(this)) 224new InitInfo("ComCtl32 Button Custom Border", (obj, e) => new CustomComCtl32Button().Show(this)) 228new InitInfo("ScrollableControlsButton", (obj, e) => new ScrollableControls().Show(this))