2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3062_childDropDown = null; 3475_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1837childWindow = _childDropDown; 1994return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 3061_childDropDown?.ReleaseHandle(); 3474_childDropDown?.ReleaseHandle(); 3476_childDropDown.AssignHandle(_dropDownHandle);