1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
696private protected sealed class VistaDialogEvents : IFileDialogEvents, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
712HRESULT IFileDialogEvents.OnFileOk(IFileDialog pfd) 717HRESULT IFileDialogEvents.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder) 722HRESULT IFileDialogEvents.OnFolderChange(IFileDialog pfd) 727HRESULT IFileDialogEvents.OnSelectionChange(IFileDialog pfd) 732HRESULT IFileDialogEvents.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse) 738HRESULT IFileDialogEvents.OnTypeChange(IFileDialog pfd) 743HRESULT IFileDialogEvents.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
439uint Advise(IFileDialogEvents pfde); 500new uint Advise(IFileDialogEvents pfde); 564new uint Advise(IFileDialogEvents pfde); 610new uint Advise(IFileDialogEvents pfde);