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