2 references to TVM_SELECTITEM
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
447
if (Misc.ProxySendMessageInt(hwnd, NativeMethods.
TVM_SELECTITEM
, new IntPtr(NativeMethods.TVGN_CARET | NativeMethods.TVSI_NOSINGLEEXPAND), treeItem) != 0)
453
fRet = Misc.ProxySendMessageInt(hwnd, NativeMethods.
TVM_SELECTITEM
, new IntPtr(NativeMethods.TVGN_CARET), treeItem) != 0;