2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3134_childDropDown = null; 3548_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
6 references to _childDropDown
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
1873childWindow = _childDropDown; 2038return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3131if (_childDropDown is not null) 3133_childDropDown.ReleaseHandle(); 3547_childDropDown?.ReleaseHandle(); 3549_childDropDown.AssignHandle(_dropDownHandle);