3 references to MB_OK
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3448
PInvoke.MessageBeep(MESSAGEBOX_STYLE.
MB_OK
);
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
487
PInvoke.MessageBeep(MESSAGEBOX_STYLE.
MB_OK
);
System\Windows\Forms\Dialogs\MessageBoxButtons.cs (1)
11
OK = (int)MESSAGEBOX_STYLE.
MB_OK
,