6 references to IDOK
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\DialogResult.cs (1)
19
OK = MESSAGEBOX_RESULT.
IDOK
,
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogResult.cs (1)
19
OK = MESSAGEBOX_RESULT.
IDOK
,
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (3)
107
hwndCtl = PInvoke.GetDlgItem((HWND)hwnd, (int)MESSAGEBOX_RESULT.
IDOK
);
134
(WPARAM)PARAM.FromLowHigh((int)MESSAGEBOX_RESULT.
IDOK
, 0),
135
(LPARAM)PInvoke.GetDlgItem((HWND)hwnd, (int)MESSAGEBOX_RESULT.
IDOK
));
System.Windows.Forms.TestUtilities (1)
DialogHostForm.cs (1)
36
PInvokeCore.SendMessage(handle, PInvokeCore.WM_COMMAND, (WPARAM)(nint)MESSAGEBOX_RESULT.
IDOK
);