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)
191return Misc.GetControlName(Misc.GetLabelhwnd(_hwndEx), true); 492IntPtr hwndToAsk = IsComboBoxEx32() ? _hwndEx : _hwnd; 615string text = SpecialText(_hwndEx, -1); 623return Misc.ProxyGetText(IsComboBoxEx32() ? _hwndEx : _hwnd); 629IntPtr hwnd = IsComboBoxEx32() ? _hwndEx : _hwnd; 833return _hwndEx != IntPtr.Zero;