Base:
2 overrides of ToString
PresentationFramework (2)
Microsoft\Win32\FileDialog.cs (1)
83
public override string
ToString
()
Microsoft\Win32\OpenFolderDialog.cs (1)
75
public override string
ToString
()
2 references to ToString
PresentationFramework (2)
Microsoft\Win32\FileDialog.cs (1)
85
return $"{base.
ToString
()}, FileName: {FileName}";
Microsoft\Win32\OpenFolderDialog.cs (1)
77
return $"{base.
ToString
()}, FolderName: {FolderName}";