2 writes to childListBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
2446
childListBox
= new ComboBoxChildNativeWindow(this, ChildWindowType.ListBox);
3101
childListBox
= null;
21 references to childListBox
System.Windows.Forms (21)
winforms\Managed\System\WinForms\ComboBox.cs (21)
390
new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ?
childListBox
.Handle : dropDownHandle);
655
return focus != IntPtr.Zero && ((childEdit != null && focus == childEdit.Handle) || (
childListBox
!= null && focus ==
childListBox
.Handle));
1633
if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd ==
childListBox
.Handle) {
1646
if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd ==
childListBox
.Handle) {
1676
if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd ==
childListBox
.Handle) {
1695
if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd ==
childListBox
.Handle) {
2004
childWindow =
childListBox
;
2051
if (
childListBox
!= null &&
childListBox
.Handle != IntPtr.Zero) {
2052
SafeNativeMethods.InvalidateRect(new HandleRef(this,
childListBox
.Handle), null, false);
2188
return DropDownStyle == ComboBoxStyle.Simple ?
childListBox
.Handle : dropDownHandle;
2192
return DropDownStyle == ComboBoxStyle.Simple ?
childListBox
: childDropDown;
2435
Debug.Assert(
childListBox
== null, "Child listbox window already attached");
2437
bool ok = childEdit == null &&
childListBox
== null;
2447
childListBox
.AssignHandle(hwnd);
3093
if (
childListBox
!= null) {
3097
ReleaseUiaProvider(
childListBox
.Handle);
3100
childListBox
.ReleaseHandle();
3487
ReleaseUiaProvider(
childListBox
.Handle);
4919
hwnd == _owningComboBox.
childListBox
.Handle ||