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