2 writes to _childDropDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3060
_childDropDown
= null;
3474
_childDropDown
= new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);
6 references to _childDropDown
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
1821
childWindow =
_childDropDown
;
1981
return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! :
_childDropDown
!;
3057
if (
_childDropDown
is not null)
3059
_childDropDown
.ReleaseHandle();
3473
_childDropDown
?.ReleaseHandle();
3475
_childDropDown
.AssignHandle(_dropDownHandle);