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)
192return Misc.GetControlName(Misc.GetLabelhwnd(_hwndEx), true); 493IntPtr hwndToAsk = IsComboBoxEx32() ? _hwndEx : _hwnd; 616string text = SpecialText(_hwndEx, -1); 624return Misc.ProxyGetText(IsComboBoxEx32() ? _hwndEx : _hwnd); 630IntPtr hwnd = IsComboBoxEx32() ? _hwndEx : _hwnd; 834return _hwndEx != IntPtr.Zero;