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)
1835
childWindow =
_childDropDown
;
1992
return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! :
_childDropDown
!;
3057
_childDropDown
?.ReleaseHandle();
3470
_childDropDown
?.ReleaseHandle();
3472
_childDropDown
.AssignHandle(_dropDownHandle);