2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2385_dropDownHandle = HWND.Null; 3466_dropDownHandle = (HWND)m.LParamInternal;
6 references to _dropDownHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
323new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND : _dropDownHandle); 1833else if (m.HWnd == _dropDownHandle) 1987return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 3345if (_dropDownHandle.IsNull) 3360_dropDownHandle, 3472_childDropDown.AssignHandle(_dropDownHandle);