2 references to TVGN_FIRSTVISIBLE
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1303
IntPtr hitem = PInvokeCore.SendMessage(this, PInvoke.TVM_GETNEXTITEM, (WPARAM)PInvoke.
TVGN_FIRSTVISIBLE
);
1319
PInvokeCore.SendMessage(this, PInvoke.TVM_SELECTITEM, (WPARAM)PInvoke.
TVGN_FIRSTVISIBLE
, (LPARAM)hnode);