Searched refs:OnVK_DOWN (Results 1 – 7 of 7) sorted by relevance
164 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()379 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
54 void OnVK_DOWN(bool bShift, bool bCtrl);
164 m_pEdit->OnVK_DOWN(IsSHIFTpressed(nFlag), false); in OnKeyDown()
280 void OnVK_DOWN(bool bShift, bool bCtrl);
68 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown()
260 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CPWL_ListCtrl
1325 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CPWL_EditImpl