2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3163_childDropDown = null; 3578_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1908childWindow = _childDropDown; 2063return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3162_childDropDown?.ReleaseHandle(); 3577_childDropDown?.ReleaseHandle(); 3579_childDropDown.AssignHandle(_dropDownHandle);