14 references to RegisterWindowMessage
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (1)
123
private readonly int REGMSG_MSG = SafeNativeMethods.
RegisterWindowMessage
(Application.WindowMessagesVersion + "_subclassCheck");
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
108
LBC_GETCHECKSTATE = SafeNativeMethods.
RegisterWindowMessage
("LBC_GETCHECKSTATE");
109
LBC_SETCHECKSTATE = SafeNativeMethods.
RegisterWindowMessage
("LBC_SETCHECKSTATE");
winforms\Managed\System\WinForms\CommonDialog.cs (1)
294
helpMsg = SafeNativeMethods.
RegisterWindowMessage
("commdlg_help");
winforms\Managed\System\WinForms\Control.cs (4)
164
WM_GETCONTROLNAME = SafeNativeMethods.
RegisterWindowMessage
("WM_GETCONTROLNAME");
165
WM_GETCONTROLTYPE = SafeNativeMethods.
RegisterWindowMessage
("WM_GETCONTROLTYPE");
7178
int message = SafeNativeMethods.
RegisterWindowMessage
(NativeMethods.MSH_MOUSEWHEEL);
7828
threadCallbackMessage = SafeNativeMethods.
RegisterWindowMessage
(Application.WindowMessagesVersion + "_ThreadCallbackMessage");
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2195
wmMouseEnterMessage = SafeNativeMethods.
RegisterWindowMessage
("WinFormsMouseEnter");
2205
wmUnSubclass = SafeNativeMethods.
RegisterWindowMessage
("WinFormsUnSubclass");
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
47
private static int WM_TASKBARCREATED = SafeNativeMethods.
RegisterWindowMessage
("TaskbarCreated");
winforms\Managed\System\WinForms\SystemInformation.cs (1)
134
int message = SafeNativeMethods.
RegisterWindowMessage
(NativeMethods.MSH_SCROLL_LINES);
winforms\Managed\System\WinForms\TabControl.cs (1)
102
private readonly int tabBaseReLayoutMessage = SafeNativeMethods.
RegisterWindowMessage
(Application.WindowMessagesVersion + "_TabBaseReLayout");
winforms\Managed\System\WinForms\WebBrowserHelper.cs (1)
96
internal static readonly int REGMSG_MSG = SafeNativeMethods.
RegisterWindowMessage
(Application.WindowMessagesVersion + "_subclassCheck");