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