Searched refs:mpMouseDownWin (Results 1 – 3 of 3) sorted by relevance
163 Window* mpMouseDownWin; // last window, where MouseButtonDown() called member
533 Window* pMouseDownWin = pWinFrameData->mpMouseDownWin; in ImplHandleMouseEvent()673 if ( (pChild == pChild->ImplGetFrameData()->mpMouseDownWin) && in ImplHandleMouseEvent()686 pChild->ImplGetFrameData()->mpMouseDownWin = pChild; in ImplHandleMouseEvent()
883 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in ImplInit()4729 if ( mpWindowImpl->mpFrameData->mpMouseDownWin == this ) in ~Window()4730 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in ~Window()6393 if ( mpWindowImpl->mpFrameData->mpMouseDownWin ) in SetParent()6395 if ( IsWindowOrChild( mpWindowImpl->mpFrameData->mpMouseDownWin ) ) in SetParent()6396 mpWindowImpl->mpFrameData->mpMouseDownWin = NULL; in SetParent()
Completed in 117 milliseconds