2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3058_childDropDown = null; 3471_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1835childWindow = _childDropDown; 1992return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3057_childDropDown?.ReleaseHandle(); 3470_childDropDown?.ReleaseHandle(); 3472_childDropDown.AssignHandle(_dropDownHandle);