4 overrides of GetFileDialogDescription
System.Windows.Forms.Design (3)
System\Drawing\Design\BitmapEditor.cs (1)
15
protected override string
GetFileDialogDescription
() => SR.bitmapFileDescription;
System\Drawing\Design\MetafileEditor.cs (1)
14
protected override string
GetFileDialogDescription
() => SR.metafileFileDescription;
System\Windows\Forms\Design\ImageListImageEditor.cs (1)
92
protected override string
GetFileDialogDescription
() => SR.imageFileDescription;
System.Windows.Forms.Design.Tests (1)
System\Drawing\Design\ImageEditorTests.cs (1)
227
protected override string
GetFileDialogDescription
() => "CustomGetImageExtendersEditor";
2 references to GetFileDialogDescription
System.Windows.Forms.Design (1)
System\Drawing\Design\ImageEditor.cs (1)
57
string description = e.
GetFileDialogDescription
();
System.Windows.Forms.Design.Tests (1)
System\Drawing\Design\ImageEditorTests.cs (1)
212
public new string GetFileDialogDescription() => base.
GetFileDialogDescription
();