Home
last modified time | relevance | path

Searched refs:orgNextTop (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtreeview.c3458 LONG orgNextTop = 0; in TREEVIEW_Expand() local
3480 orgNextTop = nextItem->rect.top; in TREEVIEW_Expand()
3513 scrollDist = nextItem->rect.top - orgNextTop; in TREEVIEW_Expand()
3514 scrollRect.top = orgNextTop; in TREEVIEW_Expand()