1 implementation of IFileDialogEvents
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
688
private protected sealed class VistaDialogEvents :
IFileDialogEvents
, IDisposable
11 references to IFileDialogEvents
PresentationFramework (11)
Microsoft\Win32\CommonItemDialog.cs (7)
704
HRESULT
IFileDialogEvents
.OnFileOk(IFileDialog pfd)
709
HRESULT
IFileDialogEvents
.OnFolderChanging(IFileDialog pfd, IShellItem psiFolder)
714
HRESULT
IFileDialogEvents
.OnFolderChange(IFileDialog pfd)
719
HRESULT
IFileDialogEvents
.OnSelectionChange(IFileDialog pfd)
724
HRESULT
IFileDialogEvents
.OnShareViolation(IFileDialog pfd, IShellItem psi, out FDESVR pResponse)
730
HRESULT
IFileDialogEvents
.OnTypeChange(IFileDialog pfd)
735
HRESULT
IFileDialogEvents
.OnOverwrite(IFileDialog pfd, IShellItem psi, out FDEOR pResponse)
MS\Internal\AppModel\ShellProvider.cs (4)
445
uint Advise(
IFileDialogEvents
pfde);
506
new uint Advise(
IFileDialogEvents
pfde);
570
new uint Advise(
IFileDialogEvents
pfde);
616
new uint Advise(
IFileDialogEvents
pfde);