1 write to _owningChildEdit
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
37_owningChildEdit = owner._childEdit!;
13 references to _owningChildEdit
System.Windows.Forms (13)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (13)
75return ((int)GetWindowStyle(_owningChildEdit) & PInvoke.ES_AUTOHSCROLL) != 0; 100? PInvoke.GetWindowText(_owningChildEdit) 105? (int)PInvoke.SendMessage(_owningChildEdit, PInvoke.WM_GETTEXTLENGTH) 110? GetWindowExStyle(_owningChildEdit) 115? GetWindowStyle(_owningChildEdit) 224PInvoke.SendMessage(_owningChildEdit, PInvoke.EM_GETSEL, ref start, ref end); 295PInvoke.MapWindowPoints(_owningChildEdit, (HWND)default, ref pt); 345if (PInvoke.MapWindowPoints((HWND)default, _owningChildEdit, ref clientLocation) == 0) 399PInvoke.SendMessage(_owningChildEdit, PInvoke.EM_SETSEL, (WPARAM)start, (LPARAM)end); 404int index = (int)PInvoke.SendMessage(_owningChildEdit, PInvoke.EM_CHARFROMPOS, (WPARAM)0, (LPARAM)pt); 430PInvoke.SendMessage(_owningChildEdit, PInvoke.EM_GETRECT, (WPARAM)0, ref rectangle); 442int i = (int)PInvoke.SendMessage(_owningChildEdit, PInvoke.EM_POSFROMCHAR, (WPARAM)index); 451using GetDcScope hdc = new(_owningChildEdit.Handle);