9 references to AssignHandle
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ACNativeWindow.cs (1)
21AssignHandle(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)
18AssignHandle(hwnd);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
476_dummyNativeWindow.AssignHandle(hwndParent.Handle);