1 implementation of OnOverwrite
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.VistaDialogEvents.cs (1)
55
public unsafe HRESULT
OnOverwrite
(IFileDialog* pfd, IShellItem* psi, FDE_OVERWRITE_RESPONSE* pResponse)
3 references to OnOverwrite
System.Windows.Forms.Primitives (3)
Windows.Win32.IFileDialogEvents.g.cs (1)
312
return __object.
OnOverwrite
(pfd, psi, pResponse);
Windows.Win32.UI_Shell_IFileDialogEvents_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogEvents.Interface.
OnOverwrite
(winmdroot.UI.Shell.IFileDialog*, winmdroot.UI.Shell.IShellItem*, winmdroot.UI.Shell.FDE_OVERWRITE_RESPONSE*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
OnOverwrite
(pfd, psi, pResponseLocal);