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