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