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