1 write to helpMsg
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
294helpMsg = SafeNativeMethods.RegisterWindowMessage("commdlg_help");
2 references to helpMsg
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CommonDialog.cs (2)
210if (msg == helpMsg) { 293if (helpMsg == 0) {