Home
last modified time | relevance | path

Searched refs:GetCapture (Results 1 – 25 of 48) sorted by relevance

12

/reactos/modules/rosapps/templates/mdi/
H A Dchildwnd.c155 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 Dtoolbox.cpp168 if (::GetCapture() != m_hWnd) in OnMouseMove()
191 if (::GetCapture() != m_hWnd) in OnLButtonUp()
H A Dpalette.cpp189 if (::GetCapture() != m_hWnd) in OnMouseMove()
213 if (::GetCapture() != m_hWnd) in OnLButtonUp()
H A Dcanvas.cpp432 if (m_hitCanvasSizeBox == HIT_NONE || ::GetCapture() != m_hWnd) in OnMouseMove()
/reactos/base/applications/regedit/
H A Dchildwnd.c481 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 Dhexedit.c974 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 Ddesktopbar.cpp196 if (GetCapture() == _hwnd) { in WndProc()
210 if (GetCapture() == _hwnd) { in WndProc()
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuFocusManager.cpp328 HWND cCapture = ::GetCapture(); in ProcessMouseMove()
407 HWND cCapture = ::GetCapture(); in ProcessMouseDown()
464 HWND cCapture = ::GetCapture(); in ProcessMouseUp()
/reactos/dll/win32/aclui/
H A Dchecklist.c1530 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 Dvfdguitip.c126 if (GetCapture() == hWnd) { in ToolTipProc()
/reactos/modules/rostests/apitests/win32nt/ntuser/
H A DNtUserGetThreadState.c29 trace("GetCapture(): %p\n", (LPVOID)GetCapture()); in PrintThreadState()
/reactos/base/applications/rapps/include/
H A Drosui.h787 if (GetCapture() == m_hWnd) in ProcessWindowMessage()
794 if (GetCapture() == m_hWnd) in ProcessWindowMessage()
/reactos/base/applications/magnify/
H A Dmagnifier.c649 if (GetCapture() == hWnd) in WndProc()
714 if (GetCapture() == hWnd) in WndProc()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp444 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 Dmainframe.cpp1440 if (GetCapture() == _hwnd) in WndProc()
1446 if (GetCapture() == _hwnd) { in WndProc()
1456 if (GetCapture() == _hwnd) { in WndProc()
/reactos/dll/win32/comctl32/
H A Dupdown.c786 if (GetCapture() == infoPtr->Self) in UPDOWN_CancelMode()
1020 if (GetCapture() != infoPtr->Self) break; in UpDownWindowProc()
H A Dcombo.c1014 if (GetCapture() != lphc->self) in CBDropDown()
1042 if(GetCapture() == lphc->hWndLBox) in CBRollUp()
H A Dlistbox.c2254 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 Dbutton.c455 if ((wParam & MK_LBUTTON) && GetCapture() == hWnd) in ButtonWndProc_common()
550 if ((state & BUTTON_BTNPRESSED) && GetCapture() == hWnd) in ButtonWndProc_common()
H A Dscrollbar.c787 if (Wnd == GetCapture()) in IntScrollHandleScrollEvent()
1200 } while (Msg.message != WM_LBUTTONUP && GetCapture() == Wnd); in ScrollTrackScrollBar()
H A Dcombo.c1073 if (GetCapture() != lphc->self) in CBDropDown()
1101 if(GetCapture() == lphc->hWndLBox) in CBRollUp()
H A Dlistbox.c2187 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 Dncscrollbar.c671 } while (msg.message != WM_LBUTTONUP && GetCapture() == hwnd); in SCROLL_TrackScrollBar()
/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c142 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 Dshutdown.c525 if (GetCapture() != hButton) in OwnerDrawButtonSubclass()

12