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