2 writes to childDropDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3112childDropDown = null; 3492childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
8 references to childDropDown
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (8)
2001childWindow = childDropDown; 2192return DropDownStyle == ComboBoxStyle.Simple ? childListBox : childDropDown; 3104if (childDropDown != null) { 3108ReleaseUiaProvider(childDropDown.Handle); 3111childDropDown.ReleaseHandle(); 3485if (childDropDown != null) { 3489childDropDown.ReleaseHandle(); 3493childDropDown.AssignHandle(dropDownHandle);