2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3176_childDropDown = null; 3591_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1912childWindow = _childDropDown; 2067return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3175_childDropDown?.ReleaseHandle(); 3590_childDropDown?.ReleaseHandle(); 3592_childDropDown.AssignHandle(_dropDownHandle);