2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2389
_dropDownHandle
= HWND.Null;
3470
_dropDownHandle
= (HWND)m.LParamInternal;
6 references to _dropDownHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (6)
325
new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND :
_dropDownHandle
);
1835
else if (m.HWnd ==
_dropDownHandle
)
1989
return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this,
_dropDownHandle
);
3349
if (
_dropDownHandle
.IsNull)
3364
_dropDownHandle
,
3476
_childDropDown.AssignHandle(
_dropDownHandle
);