1 write to _hwndEx
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
51
_hwndEx
= hwndEx;
6 references to _hwndEx
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
196
return Misc.GetControlName(Misc.GetLabelhwnd(
_hwndEx
), true);
501
IntPtr hwndToAsk = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
624
string text = SpecialText(
_hwndEx
, -1);
632
return Misc.ProxyGetText(IsComboBoxEx32() ?
_hwndEx
: _hwnd);
638
IntPtr hwnd = IsComboBoxEx32() ?
_hwndEx
: _hwnd;
848
return
_hwndEx
!= IntPtr.Zero;