1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
688private protected sealed class VistaDialogEvents : IFileDialogEvents, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
704HRESULT IFileDialogEvents.OnFileOk(IFileDialog pfd) 709HRESULT IFileDialogEvents.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder) 714HRESULT IFileDialogEvents.OnFolderChange(IFileDialog pfd) 719HRESULT IFileDialogEvents.OnSelectionChange(IFileDialog pfd) 724HRESULT IFileDialogEvents.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse) 730HRESULT IFileDialogEvents.OnTypeChange(IFileDialog pfd) 735HRESULT IFileDialogEvents.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
445uint Advise(IFileDialogEvents pfde); 506new uint Advise(IFileDialogEvents pfde); 570new uint Advise(IFileDialogEvents pfde); 616new uint Advise(IFileDialogEvents pfde);