1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
707private protected sealed class VistaDialogEvents : IFileDialogEvents, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
723HRESULT IFileDialogEvents.OnFileOk(IFileDialog pfd) 728HRESULT IFileDialogEvents.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder) 733HRESULT IFileDialogEvents.OnFolderChange(IFileDialog pfd) 738HRESULT IFileDialogEvents.OnSelectionChange(IFileDialog pfd) 743HRESULT IFileDialogEvents.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse) 749HRESULT IFileDialogEvents.OnTypeChange(IFileDialog pfd) 754HRESULT IFileDialogEvents.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
440uint Advise(IFileDialogEvents pfde); 501new uint Advise(IFileDialogEvents pfde); 565new uint Advise(IFileDialogEvents pfde); 611new uint Advise(IFileDialogEvents pfde);