3 references to WM_INITDIALOG
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
147
if (msg == NativeMethods.
WM_INITDIALOG
) {
winforms\Managed\System\WinForms\FontDialog.cs (1)
499
case NativeMethods.
WM_INITDIALOG
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
138
case NativeMethods.
WM_INITDIALOG
: text = "WM_INITDIALOG"; break;