3 references to IsDropDownListCombo
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
422
return
IsDropDownListCombo
();
612
if (
IsDropDownListCombo
() && IsComboBoxEx32())
680
return !
IsDropDownListCombo
() || IsComboBoxEx32();