4 references to WindowMessagesVersion
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
123
private readonly int REGMSG_MSG = SafeNativeMethods.RegisterWindowMessage(Application.
WindowMessagesVersion
+ "_subclassCheck");
winforms\Managed\System\WinForms\Control.cs (1)
7828
threadCallbackMessage = SafeNativeMethods.RegisterWindowMessage(Application.
WindowMessagesVersion
+ "_ThreadCallbackMessage");
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");