7 references to IsComboBoxEx32
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsComboBox.cs (7)
207if (IsComboBoxEx32()) 438if (IsComboBoxEx32()) 514IntPtr hwndToAsk = IsComboBoxEx32() ? _hwndEx : _hwnd; 634if (IsDropDownListCombo() && IsComboBoxEx32()) 645return Misc.ProxyGetText(IsComboBoxEx32() ? _hwndEx : _hwnd); 651IntPtr hwnd = IsComboBoxEx32() ? _hwndEx : _hwnd; 702return !IsDropDownListCombo() || IsComboBoxEx32();