14 references to CreateHandle
System.Windows.Forms (13)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
289native.CreateHandle(new CreateParams());
winforms\Managed\System\WinForms\Control.cs (1)
5825window.CreateHandle(cp);
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
47tipWindow.CreateHandle(cparams);
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
956CreateHandle(cparams); 967tipWindow.CreateHandle(cparams);
winforms\Managed\System\WinForms\Form.cs (2)
2518ownerWindow.CreateHandle(cp); 7877window.CreateHandle(CreateParams);
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
695window.CreateHandle(new CreateParams()); 775window.CreateHandle(new CreateParams());
winforms\Managed\System\WinForms\StatusBar.cs (1)
1814window.CreateHandle(CreateParams);
winforms\Managed\System\WinForms\Timer.cs (1)
336CreateHandle(cp);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
796dropDownOwnerWindow.CreateHandle(cp);
winforms\Managed\System\WinForms\ToolTip.cs (1)
890window.CreateHandle(cp);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2290CreateHandle(createParams);