2 references to LBS_COMBOBOX
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
73
if (Misc.IsBitSet(style, NativeMethods.
LBS_COMBOBOX
))
524
if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
LBS_COMBOBOX
))