4 references to ShowForm
System.Windows.Forms (4)
System\Windows\Forms\Design\ComponentEditorForm.cs (3)
436return ShowForm(null, 0); 444return ShowForm(null, page); 452return ShowForm(owner, 0);
System\Windows\Forms\Design\WindowsFormsComponentEditor.cs (1)
42return form.ShowForm(owner, GetInitialComponentEditorPageIndex()) == DialogResult.OK;