3 references to EndDialog
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
567
PInvoke.
EndDialog
(_dialogHWnd, 0);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.EndDialog.cs (2)
8
/// <inheritdoc cref="
EndDialog
(HWND, nint)"/>
12
BOOL result =
EndDialog
(hDlg.Handle, nResult);