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