3 references to FDE_SHAREVIOLATION_RESPONSE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (2)
246public void OnShareViolation(FileDialogNative.IFileDialog pfd, FileDialogNative.IShellItem psi, out FileDialogNative.FDE_SHAREVIOLATION_RESPONSE pResponse) 248pResponse = FileDialogNative.FDE_SHAREVIOLATION_RESPONSE.FDESVR_DEFAULT;
winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs (1)
307void OnShareViolation([In, MarshalAs(UnmanagedType.Interface)] IFileDialog pfd, [In, MarshalAs(UnmanagedType.Interface)] IShellItem psi, out FDE_SHAREVIOLATION_RESPONSE pResponse);