Lines Matching refs:m_nCurrentDropAction
60 m_nCurrentDropAction( ACTION_NONE), in DropTarget()
330 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragEnter()
353 if( m_nCurrentDropAction != ACTION_NONE) in DragEnter()
357 e.DropAction= m_nCurrentDropAction; in DragEnter()
391 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in DragOver()
393 if( m_nCurrentDropAction) in DragOver()
396 e.DropAction= m_nCurrentDropAction; in DragOver()
410 if( m_nLastDropAction != m_nCurrentDropAction) in DragOver()
474 m_nCurrentDropAction= getFilteredActions( grfKeyState, *pdwEffect); in Drop()
476 if( m_nCurrentDropAction) in Drop()
479 e.DropAction= m_nCurrentDropAction; in Drop()
494 *pdwEffect= dndActionsToSingleDropEffect( m_nCurrentDropAction & allowedActions); in Drop()
598 m_nCurrentDropAction= dropOperation; in _acceptDrop()
606 m_nCurrentDropAction= ACTION_NONE; in _rejectDrop()