2 references to GetInitialComponentEditorPageIndex
System.Windows.Forms (1)
System\Windows\Forms\Design\WindowsFormsComponentEditor.cs (1)
42
return form.ShowForm(owner,
GetInitialComponentEditorPageIndex
()) == DialogResult.OK;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\WindowsFormsComponentEditorTests.cs (1)
108
public new int GetInitialComponentEditorPageIndex() => base.
GetInitialComponentEditorPageIndex
();