2 references to CB_SHOWDROPDOWN
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
592
Misc.ProxySendMessage(hwnd, NativeMethods.
CB_SHOWDROPDOWN
, new IntPtr(1), IntPtr.Zero);
597
Misc.ProxySendMessage(hwnd, NativeMethods.
CB_SHOWDROPDOWN
, new IntPtr(0), IntPtr.Zero);