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