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