Searched refs:OnVK_UP (Results 1 – 7 of 7) sorted by relevance
155 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()375 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
53 void OnVK_UP(bool bShift, bool bCtrl);
147 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag), false); in OnKeyDown()
303 void OnVK_UP(bool bShift, bool bCtrl);
74 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown()
254 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CPWL_ListCtrl
1324 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CPWL_EditImpl