2 references to LB_GETCARETINDEX
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
321
int index = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_GETCARETINDEX
, IntPtr.Zero, IntPtr.Zero);
1053
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_GETCARETINDEX
, IntPtr.Zero, IntPtr.Zero) == _item;