1 write to _hwndEx
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
47
_hwndEx
= hwndEx;
6 references to _hwndEx
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
192
return Misc.GetControlName(Misc.GetLabelhwnd(
_hwndEx
), true);
493
IntPtr hwndToAsk = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
616
string text = SpecialText(
_hwndEx
, -1);
624
return Misc.ProxyGetText(IsComboBoxEx32() ?
_hwndEx
: _hwnd);
630
IntPtr hwnd = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
834
return
_hwndEx
!= IntPtr.Zero;