1 write to _hwndEx
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
59_hwndEx = hwndEx;
6 references to _hwndEx
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (6)
209return Misc.GetControlName(Misc.GetLabelhwnd(_hwndEx), true); 514IntPtr hwndToAsk = IsComboBoxEx32() ? _hwndEx : _hwnd; 637string text = SpecialText(_hwndEx, -1); 645return Misc.ProxyGetText(IsComboBoxEx32() ? _hwndEx : _hwnd); 651IntPtr hwnd = IsComboBoxEx32() ? _hwndEx : _hwnd; 861return _hwndEx != IntPtr.Zero;