3 references to IsDropDownListCombo
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
444
return
IsDropDownListCombo
();
634
if (
IsDropDownListCombo
() && IsComboBoxEx32())
702
return !
IsDropDownListCombo
() || IsComboBoxEx32();