2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2375
_dropDownHandle
= HWND.Null;
3468
_dropDownHandle
= (HWND)m.LParamInternal;
6 references to _dropDownHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
309
new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND :
_dropDownHandle
);
1818
else if (m.HWnd ==
_dropDownHandle
)
1975
return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this,
_dropDownHandle
);
3347
if (
_dropDownHandle
.IsNull)
3362
_dropDownHandle
,
3474
_childDropDown.AssignHandle(
_dropDownHandle
);