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