3 references to TVGN_CARET
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
436
if (Misc.ProxySendMessageInt(hwnd, NativeMethods.TVM_SELECTITEM, new IntPtr(NativeMethods.
TVGN_CARET
| NativeMethods.TVSI_NOSINGLEEXPAND), treeItem) != 0)
442
fRet = Misc.ProxySendMessageInt(hwnd, NativeMethods.TVM_SELECTITEM, new IntPtr(NativeMethods.
TVGN_CARET
), treeItem) != 0;
451
return GetNext(hwnd, IntPtr.Zero, NativeMethods.
TVGN_CARET
);