1 implementation of IFileDialogEvents
PresentationFramework (1)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1895
private sealed class VistaDialogEvents :
IFileDialogEvents
, IDisposable
10 references to IFileDialogEvents
PresentationFramework (10)
src\Framework\Microsoft\Win32\FileDialog.cs (7)
1928
HRESULT
IFileDialogEvents
.OnFileOk(IFileDialog pfd)
1939
HRESULT
IFileDialogEvents
.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder)
1950
HRESULT
IFileDialogEvents
.OnFolderChange(IFileDialog pfd)
1961
HRESULT
IFileDialogEvents
.OnSelectionChange(IFileDialog pfd)
1972
HRESULT
IFileDialogEvents
.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse)
1984
HRESULT
IFileDialogEvents
.OnTypeChange(IFileDialog pfd)
1995
HRESULT
IFileDialogEvents
.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (3)
499
uint Advise(
IFileDialogEvents
pfde);
562
new uint Advise(
IFileDialogEvents
pfde);
612
new uint Advise(
IFileDialogEvents
pfde);