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