2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3060_childDropDown = null; 3474_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
6 references to _childDropDown
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
1821childWindow = _childDropDown; 1981return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3057if (_childDropDown is not null) 3059_childDropDown.ReleaseHandle(); 3473_childDropDown?.ReleaseHandle(); 3475_childDropDown.AssignHandle(_dropDownHandle);