2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2372_dropDownHandle = HWND.Null; 3453_dropDownHandle = (HWND)m.LParamInternal;
6 references to _dropDownHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
314new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND : _dropDownHandle); 1824else if (m.HWnd == _dropDownHandle) 1974return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 3332if (_dropDownHandle.IsNull) 3347_dropDownHandle, 3459_childDropDown.AssignHandle(_dropDownHandle);