3 references to IsDropDownListCombo
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
427
return
IsDropDownListCombo
();
617
if (
IsDropDownListCombo
() && IsComboBoxEx32())
685
return !
IsDropDownListCombo
() || IsComboBoxEx32();