Searched refs:m_hAnchor (Results 1 – 2 of 2) sorted by relevance
749 m_hAnchor = pItem; in OnLButtonDown()751 if (m_hAnchor) in OnLButtonDown()752 SetSelection(m_hAnchor, pItem, true); in OnLButtonDown()757 m_hAnchor = pItem; in OnLButtonDown()810 if (m_hAnchor) in OnVK()811 SetSelection(m_hAnchor, pItem, true); in OnVK()816 m_hAnchor = pItem; in OnVK()
130 CFWL_ListItem* m_hAnchor = nullptr; variable