2 references to TVGN_FIRSTVISIBLE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1335
IntPtr hitem = SendMessage(NativeMethods.TVM_GETNEXTITEM, NativeMethods.
TVGN_FIRSTVISIBLE
, 0);
1348
SendMessage(NativeMethods.TVM_SELECTITEM, NativeMethods.
TVGN_FIRSTVISIBLE
, hnode);