2 references to LBS_COMBOBOX
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
85
if (Misc.IsBitSet(style, NativeMethods.
LBS_COMBOBOX
))
536
if (Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
LBS_COMBOBOX
))