2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3045
_childDropDown
= null;
3458
_childDropDown
= new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
5 references to _childDropDown
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1826
childWindow =
_childDropDown
;
1979
return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! :
_childDropDown
!;
3044
_childDropDown
?.ReleaseHandle();
3457
_childDropDown
?.ReleaseHandle();
3459
_childDropDown
.AssignHandle(_dropDownHandle);