2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2495_dropDownHandle = HWND.Null; 3586_dropDownHandle = (HWND)m.LParamInternal;
8 references to _dropDownHandle
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
326: _dropDownHandle); 1910else if (m.HWnd == _dropDownHandle) 2062return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 3463if (_dropDownHandle.IsNull) 3478_dropDownHandle, 3592_childDropDown.AssignHandle(_dropDownHandle); 3598_dropDownHandle);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
860_dropDownHandle);