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)
196return Misc.GetControlName(Misc.GetLabelhwnd(_hwndEx), true); 501IntPtr hwndToAsk = IsComboBoxEx32() ? _hwndEx : _hwnd; 624string text = SpecialText(_hwndEx, -1); 632return Misc.ProxyGetText(IsComboBoxEx32() ? _hwndEx : _hwnd); 638IntPtr hwnd = IsComboBoxEx32() ? _hwndEx : _hwnd; 848return _hwndEx != IntPtr.Zero;