2 overrides of ShowEditorDialog
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
968protected internal override DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
508protected internal override DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc)
3 references to ShowEditorDialog
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
978result = base.ShowEditorDialog(edSvc);
System\ComponentModel\Design\CollectionEditor.cs (1)
257if (localCollectionForm.ShowEditorDialog(editorService) == DialogResult.OK)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
551return base.ShowEditorDialog(edSvc);