3 references to IsDropDownListCombo
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
431
return
IsDropDownListCombo
();
621
if (
IsDropDownListCombo
() && IsComboBoxEx32())
689
return !
IsDropDownListCombo
() || IsComboBoxEx32();