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)
75
return ((int)GetWindowStyle(
_owningChildEdit
) & PInvoke.ES_AUTOHSCROLL) != 0;
100
? PInvokeCore.GetWindowText(
_owningChildEdit
)
105
? (int)PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.WM_GETTEXTLENGTH)
110
? GetWindowExStyle(
_owningChildEdit
)
115
? GetWindowStyle(
_owningChildEdit
)
224
PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.EM_GETSEL, ref start, ref end);
295
PInvokeCore.MapWindowPoints(
_owningChildEdit
, (HWND)default, ref pt);
345
if (PInvokeCore.MapWindowPoints((HWND)default,
_owningChildEdit
, ref clientLocation) == 0)
399
PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.EM_SETSEL, (WPARAM)start, (LPARAM)end);
404
int index = (int)PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.EM_CHARFROMPOS, (WPARAM)0, (LPARAM)pt);
430
PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.EM_GETRECT, (WPARAM)0, ref rectangle);
442
int i = (int)PInvokeCore.SendMessage(
_owningChildEdit
, PInvokeCore.EM_POSFROMCHAR, (WPARAM)index);
451
using GetDcScope hdc = new(
_owningChildEdit
.Handle);