Searched refs:OnVK_UP (Results 1 – 7 of 7) sorted by relevance
161 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()381 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
53 void OnVK_UP(bool bShift, bool bCtrl);
161 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag), false); in OnKeyDown()
279 void OnVK_UP(bool bShift, bool bCtrl);
65 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown()
256 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CPWL_ListCtrl
1302 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CPWL_EditImpl