/reactos/modules/rosapps/templates/mdi/ |
H A D | childwnd.c | 155 if (GetCapture() == hWnd) { in ChildWndProc() 171 if (GetCapture()==hWnd && last_split>=0) in ChildWndProc() 177 if (GetCapture() == hWnd) { in ChildWndProc() 193 if (GetCapture() == hWnd) { in ChildWndProc()
|
/reactos/base/applications/mspaint/ |
H A D | toolbox.cpp | 168 if (::GetCapture() != m_hWnd) in OnMouseMove() 191 if (::GetCapture() != m_hWnd) in OnLButtonUp()
|
H A D | palette.cpp | 189 if (::GetCapture() != m_hWnd) in OnMouseMove() 213 if (::GetCapture() != m_hWnd) in OnLButtonUp()
|
H A D | canvas.cpp | 432 if (m_hitCanvasSizeBox == HIT_NONE || ::GetCapture() != m_hWnd) in OnMouseMove()
|
/reactos/base/applications/regedit/ |
H A D | childwnd.c | 481 if (GetCapture() == hWnd) in ChildWndProc() 490 if (GetCapture() == hWnd && last_split >= 0) in ChildWndProc() 496 if (GetCapture() == hWnd) in ChildWndProc() 509 if (GetCapture() == hWnd) in ChildWndProc()
|
H A D | hexedit.c | 974 if (GetCapture() == hed->hWndSelf) in HEXEDIT_WM_LBUTTONUP() 995 if (GetCapture() == hed->hWndSelf) in HEXEDIT_WM_MOUSEMOVE()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.cpp | 196 if (GetCapture() == _hwnd) { in WndProc() 210 if (GetCapture() == _hwnd) { in WndProc()
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuFocusManager.cpp | 328 HWND cCapture = ::GetCapture(); in ProcessMouseMove() 407 HWND cCapture = ::GetCapture(); in ProcessMouseDown() 464 HWND cCapture = ::GetCapture(); in ProcessMouseUp()
|
/reactos/dll/win32/aclui/ |
H A D | checklist.c | 1530 HWND hWndCapture = GetCapture(); in CheckListWndProc() 2043 if (InCheckBox && ChangeFocus && GetCapture() == NULL && in CheckListWndProc() 2083 if (GetCapture() == hwnd) in CheckListWndProc() 2137 if (GetCapture() == NULL && in CheckListWndProc() 2164 if (GetCapture() == NULL && in CheckListWndProc() 2204 if (GetCapture() == NULL) in CheckListWndProc()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguitip.c | 126 if (GetCapture() == hWnd) { in ToolTipProc()
|
/reactos/modules/rostests/apitests/win32nt/ntuser/ |
H A D | NtUserGetThreadState.c | 29 trace("GetCapture(): %p\n", (LPVOID)GetCapture()); in PrintThreadState()
|
/reactos/base/applications/rapps/include/ |
H A D | rosui.h | 787 if (GetCapture() == m_hWnd) in ProcessWindowMessage() 794 if (GetCapture() == m_hWnd) in ProcessWindowMessage()
|
/reactos/base/applications/magnify/ |
H A D | magnifier.c | 649 if (GetCapture() == hWnd) in WndProc() 714 if (GetCapture() == hWnd) in WndProc()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.cpp | 444 if (GetCapture() == _hwnd) in WndProc() 450 if (GetCapture() == _hwnd) { in WndProc() 461 if (GetCapture() == _hwnd) { in WndProc()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 1440 if (GetCapture() == _hwnd) in WndProc() 1446 if (GetCapture() == _hwnd) { in WndProc() 1456 if (GetCapture() == _hwnd) { in WndProc()
|
/reactos/dll/win32/comctl32/ |
H A D | updown.c | 786 if (GetCapture() == infoPtr->Self) in UPDOWN_CancelMode() 1020 if (GetCapture() != infoPtr->Self) break; in UpDownWindowProc()
|
H A D | combo.c | 1014 if (GetCapture() != lphc->self) in CBDropDown() 1042 if(GetCapture() == lphc->hWndLBox) in CBRollUp()
|
H A D | listbox.c | 2254 hWndOldCapture = GetCapture(); in LISTBOX_HandleLButtonDownCombo() 2312 if (GetCapture() == descr->self) ReleaseCapture(); in LISTBOX_HandleLButtonUp() 3064 else if (GetCapture() == descr->self) in LISTBOX_WindowProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 455 if ((wParam & MK_LBUTTON) && GetCapture() == hWnd) in ButtonWndProc_common() 550 if ((state & BUTTON_BTNPRESSED) && GetCapture() == hWnd) in ButtonWndProc_common()
|
H A D | scrollbar.c | 787 if (Wnd == GetCapture()) in IntScrollHandleScrollEvent() 1200 } while (Msg.message != WM_LBUTTONUP && GetCapture() == Wnd); in ScrollTrackScrollBar()
|
H A D | combo.c | 1073 if (GetCapture() != lphc->self) in CBDropDown() 1101 if(GetCapture() == lphc->hWndLBox) in CBRollUp()
|
H A D | listbox.c | 2187 hWndOldCapture = GetCapture(); in LISTBOX_HandleLButtonDownCombo() 2245 if (GetCapture() == descr->self) ReleaseCapture(); in LISTBOX_HandleLButtonUp() 3152 else if (GetCapture() == descr->self) in ListBoxWndProc_common()
|
/reactos/dll/win32/uxtheme/ |
H A D | ncscrollbar.c | 671 } while (msg.message != WM_LBUTTONUP && GetCapture() == hwnd); in SCROLL_TrackScrollBar()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | button.c | 142 if (GetCapture()) in button_subclass_proc() 143 ok(GetCapture() == hwnd, "GetCapture() = %p\n", GetCapture()); in button_subclass_proc() 733 ok(GetCapture() == hwnd, "Should be captured on VK_SPACE WM_KEYDOWN\n"); in test_button_messages()
|
/reactos/dll/win32/msgina/ |
H A D | shutdown.c | 525 if (GetCapture() != hButton) in OwnerDrawButtonSubclass()
|