2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2482_dropDownHandle = HWND.Null; 3573_dropDownHandle = (HWND)m.LParamInternal;
8 references to _dropDownHandle
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
326: _dropDownHandle); 1906else if (m.HWnd == _dropDownHandle) 2058return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 3450if (_dropDownHandle.IsNull) 3465_dropDownHandle, 3579_childDropDown.AssignHandle(_dropDownHandle); 3585_dropDownHandle);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
630_dropDownHandle);