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