1 write to s_helpMessage
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
202s_helpMessage = PInvoke.RegisterWindowMessage("commdlg_help");
2 references to s_helpMessage
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (2)
124if (msg == (int)s_helpMessage) 200if (s_helpMessage == PInvokeCore.WM_NULL)