15 references to RegisterWindowMessage
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
50
= PInvoke.
RegisterWindowMessage
($"{Application.WindowMessagesVersion}_subclassCheck");
System\Windows\Forms\Control.cs (3)
75
private static readonly uint WM_GETCONTROLNAME = PInvoke.
RegisterWindowMessage
("WM_GETCONTROLNAME");
76
private static readonly uint WM_GETCONTROLTYPE = PInvoke.
RegisterWindowMessage
("WM_GETCONTROLTYPE");
6535
s_threadCallbackMessage = PInvoke.
RegisterWindowMessage
($"{Application.WindowMessagesVersion}_ThreadCallbackMessage");
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
53
private static uint LBC_GETCHECKSTATE { get; } = PInvoke.
RegisterWindowMessage
("LBC_GETCHECKSTATE");
54
private static uint LBC_SETCHECKSTATE { get; } = PInvoke.
RegisterWindowMessage
("LBC_SETCHECKSTATE");
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
64
private readonly MessageId _tabBaseReLayoutMessage = PInvoke.
RegisterWindowMessage
($"{Application.WindowMessagesVersion}{TabBaseReLayoutMessageName}");
System\Windows\Forms\Controls\WebBrowser\WebBrowserHelper.cs (1)
44
internal static uint REGMSG_MSG { get; } = PInvoke.
RegisterWindowMessage
($"{Application.WindowMessagesVersion}_subclassCheck");
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
217
s_helpMessage = PInvoke.
RegisterWindowMessage
("commdlg_help");
System\Windows\Forms\NotifyIcon.cs (1)
32
private static uint WM_TASKBARCREATED { get; } = PInvoke.
RegisterWindowMessage
("TaskbarCreated");
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
51
private static MessageId WM_GETALLSNAPLINES { get; } = PInvoke.
RegisterWindowMessage
("WM_GETALLSNAPLINES");
52
private static MessageId WM_GETRECENTSNAPLINES { get; } = PInvoke.
RegisterWindowMessage
("WM_GETRECENTSNAPLINES");
System.Windows.Forms.Primitives (2)
Windows\Win32\Interop.RegisteredMessage.cs (2)
17
s_wmMouseEnterMessage = PInvoke.
RegisterWindowMessage
("WinFormsMouseEnter");
30
s_wmUnSubclass = PInvoke.
RegisterWindowMessage
("WinFormsUnSubclass");
System.Windows.Forms.TestUtilities (1)
PropertyGridInternal\SubPropertyGrid.cs (1)
17
private static MessageId WM_DELAYEDEXECUTION { get; } = PInvoke.
RegisterWindowMessage
("WinFormsSubPropertyGridDelayedExecution");