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