2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3176
_childDropDown
= null;
3591
_childDropDown
= new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1912
childWindow =
_childDropDown
;
2067
return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! :
_childDropDown
!;
3175
_childDropDown
?.ReleaseHandle();
3590
_childDropDown
?.ReleaseHandle();
3592
_childDropDown
.AssignHandle(_dropDownHandle);