6 references to WM_CREATE
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3479
if (unchecked((int)(long)m.WParam) == (NativeMethods.
WM_CREATE
| 1000 << 16)) {
winforms\Managed\System\WinForms\Control.cs (2)
13867
case NativeMethods.
WM_CREATE
:
14230
case NativeMethods.
WM_CREATE
:
winforms\Managed\System\WinForms\Form.cs (1)
7565
case NativeMethods.
WM_CREATE
:
winforms\Managed\System\WinForms\MDIClient.cs (1)
355
case NativeMethods.
WM_CREATE
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
35
case NativeMethods.
WM_CREATE
: text = "WM_CREATE"; break;