1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
687private protected sealed class VistaDialogEvents : IFileDialogEvents, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
703HRESULT IFileDialogEvents.OnFileOk(IFileDialog pfd) 708HRESULT IFileDialogEvents.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder) 713HRESULT IFileDialogEvents.OnFolderChange(IFileDialog pfd) 718HRESULT IFileDialogEvents.OnSelectionChange(IFileDialog pfd) 723HRESULT IFileDialogEvents.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse) 729HRESULT IFileDialogEvents.OnTypeChange(IFileDialog pfd) 734HRESULT IFileDialogEvents.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
444uint Advise(IFileDialogEvents pfde); 505new uint Advise(IFileDialogEvents pfde); 569new uint Advise(IFileDialogEvents pfde); 615new uint Advise(IFileDialogEvents pfde);