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