9 references to AssignHandle
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ACNativeWindow.cs (1)
21
AssignHandle
(acHandle);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2290
_childListBox.
AssignHandle
(hwnd);
2297
_childEdit.
AssignHandle
(hwnd);
3459
_childDropDown.
AssignHandle
(_dropDownHandle);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6497
_labelEdit.
AssignHandle
(PInvokeCore.SendMessage(this, PInvoke.LVM_GETEDITCONTROL));
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2569
_labelEdit.
AssignHandle
(PInvokeCore.SendMessage(this, PInvoke.TVM_GETEDITCONTROL));
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
51
_targetWindow.
AssignHandle
(hwnd);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (1)
18
AssignHandle
(hwnd);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
476
_dummyNativeWindow.
AssignHandle
(hwndParent.Handle);