2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2376_dropDownHandle = HWND.Null; 3469_dropDownHandle = (HWND)m.LParamInternal;
6 references to _dropDownHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
309new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND : _dropDownHandle); 1819else if (m.HWnd == _dropDownHandle) 1976return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 3348if (_dropDownHandle.IsNull) 3363_dropDownHandle, 3475_childDropDown.AssignHandle(_dropDownHandle);