Searched refs:OnVK_DOWN (Results 1 – 7 of 7) sorted by relevance
158 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()373 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
54 void OnVK_DOWN(bool bShift, bool bCtrl);
150 m_pEdit->OnVK_DOWN(IsSHIFTpressed(nFlag), false); in OnKeyDown()
304 void OnVK_DOWN(bool bShift, bool bCtrl);
77 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown()
258 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CPWL_ListCtrl
1347 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CPWL_EditImpl