3 references to FDE_OVERWRITE_RESPONSE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (2)
255public void OnOverwrite(FileDialogNative.IFileDialog pfd, FileDialogNative.IShellItem psi, out FileDialogNative.FDE_OVERWRITE_RESPONSE pResponse) 257pResponse = FileDialogNative.FDE_OVERWRITE_RESPONSE.FDEOR_DEFAULT;
winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs (1)
311void OnOverwrite([In, MarshalAs(UnmanagedType.Interface)] IFileDialog pfd, [In, MarshalAs(UnmanagedType.Interface)] IShellItem psi, out FDE_OVERWRITE_RESPONSE pResponse);