1 write to _hwndEx
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
46
_hwndEx
= hwndEx;
6 references to _hwndEx
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
191
return Misc.GetControlName(Misc.GetLabelhwnd(
_hwndEx
), true);
492
IntPtr hwndToAsk = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
615
string text = SpecialText(
_hwndEx
, -1);
623
return Misc.ProxyGetText(IsComboBoxEx32() ?
_hwndEx
: _hwnd);
629
IntPtr hwnd = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
833
return
_hwndEx
!= IntPtr.Zero;