1 write to _hwndEx
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
59
_hwndEx
= hwndEx;
6 references to _hwndEx
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
209
return Misc.GetControlName(Misc.GetLabelhwnd(
_hwndEx
), true);
514
IntPtr hwndToAsk = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
637
string text = SpecialText(
_hwndEx
, -1);
645
return Misc.ProxyGetText(IsComboBoxEx32() ?
_hwndEx
: _hwnd);
651
IntPtr hwnd = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
861
return
_hwndEx
!= IntPtr.Zero;