1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
707
private protected sealed class VistaDialogEvents :
IFileDialogEvents
, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
723
HRESULT
IFileDialogEvents
.OnFileOk(IFileDialog pfd)
728
HRESULT
IFileDialogEvents
.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder)
733
HRESULT
IFileDialogEvents
.OnFolderChange(IFileDialog pfd)
738
HRESULT
IFileDialogEvents
.OnSelectionChange(IFileDialog pfd)
743
HRESULT
IFileDialogEvents
.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse)
749
HRESULT
IFileDialogEvents
.OnTypeChange(IFileDialog pfd)
754
HRESULT
IFileDialogEvents
.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
440
uint Advise(
IFileDialogEvents
pfde);
501
new uint Advise(
IFileDialogEvents
pfde);
565
new uint Advise(
IFileDialogEvents
pfde);
611
new uint Advise(
IFileDialogEvents
pfde);