2 overrides of ShowEditorDialog
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
954
protected internal override DialogResult
ShowEditorDialog
(IWindowsFormsEditorService edSvc)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
508
protected internal override DialogResult
ShowEditorDialog
(IWindowsFormsEditorService edSvc)
4 references to ShowEditorDialog
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
967
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);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
877
public new DialogResult ShowEditorDialog(IWindowsFormsEditorService edSvc) => base.
ShowEditorDialog
(edSvc);