2 writes to _dropDownHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2482
_dropDownHandle
= HWND.Null;
3573
_dropDownHandle
= (HWND)m.LParamInternal;
8 references to _dropDownHandle
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
326
:
_dropDownHandle
);
1906
else if (m.HWnd ==
_dropDownHandle
)
2058
return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this,
_dropDownHandle
);
3450
if (
_dropDownHandle
.IsNull)
3465
_dropDownHandle
,
3579
_childDropDown.AssignHandle(
_dropDownHandle
);
3585
_dropDownHandle
);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
630
_dropDownHandle
);