2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3045_childDropDown = null; 3458_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1826childWindow = _childDropDown; 1979return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3044_childDropDown?.ReleaseHandle(); 3457_childDropDown?.ReleaseHandle(); 3459_childDropDown.AssignHandle(_dropDownHandle);