3 references to IsDropDownListCombo
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
423
return
IsDropDownListCombo
();
613
if (
IsDropDownListCombo
() && IsComboBoxEx32())
681
return !
IsDropDownListCombo
() || IsComboBoxEx32();