Home
last modified time | relevance | path

Searched defs:pWnd (Results 1 – 20 of 20) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DMessageDlg.cpp63 CWnd* pWnd = GetDlgItem(IDOK); in BEGIN_MESSAGE_MAP() local
H A DSimplePropertiesDlg.cpp57 if (auto pWnd = GetDlgItem(IDCANCEL)) in BEGIN_MESSAGE_MAP() local
H A DCDonateDlg.cpp66 CWnd* pWnd = nullptr; in BEGIN_MESSAGE_MAP() local
H A DPlayerToolBar.cpp96 void CPlayerToolBar::SetCmdReciveWindow(CWnd* pWnd) in SetCmdReciveWindow()
121 CWnd* pWnd; in GetCmdReciveWindow() local
H A DCTabCtrlEx.cpp23 void CTabCtrlEx::AddWindow(CWnd* pWnd, LPCTSTR lable_text, IconMgr::IconType icon_type) in AddWindow()
H A DCortanaLyric.cpp232 CWnd* pWnd = CWnd::FromHandle(m_hCortanaStatic); in DrawInfo() local
401 CWnd* pWnd = CWnd::FromHandle(m_hCortanaStatic); in ResetCortanaText() local
H A DDataSettingsDlg.cpp253 CWnd* pWnd = GetDlgItem(IDC_BROWSE_BUTTON); in EnableControl() local
H A DMyComboBox.cpp111 HBRUSH CMyComboBox::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()
H A DLyricRelateDlg.cpp86 CWnd* pWnd = GetDlgItem(IDC_DELETE_FILE_BUTTON); in EnableControls() local
H A DListCtrlEx.cpp153 void CListCtrlEx::ShowPopupMenu(CMenu* pMenu, int item_index, CWnd* pWnd) in ShowPopupMenu()
504 BOOL CListCtrlEx::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor()
H A DHorizontalSplitter.cpp152 BOOL CHorizontalSplitter::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor()
H A DPlayListCtrl.cpp103 void CPlayListCtrl::ShowPopupMenu(CMenu* pMenu, int item_index, CWnd* pWnd) in ShowPopupMenu()
H A DAboutDlg.cpp250 HBRUSH CAboutDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()
H A DCFloatPlaylistDlg.cpp541 BOOL CFloatPlaylistDlg::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct) in OnCopyData()
H A DBaseDialog.cpp415 HBRUSH CBaseDialog::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()
H A DMusicPlayer2.cpp545 void CMusicPlayerApp::GetDPIFromWindow(CWnd* pWnd) in GetDPIFromWindow()
H A DMiniModeDlg.cpp662 BOOL CMiniModeDlg::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor()
H A DUserUi.cpp135 void CUserUi::InitSearchBox(CWnd* pWnd) in InitSearchBox()
H A DMusicPlayerDlg.cpp4105 HBRUSH CMusicPlayerDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor()
4984 void CMusicPlayerDlg::OnAppCommand(CWnd* pWnd, UINT nCmd, UINT nDevice, UINT nKey) in OnAppCommand()
5027 BOOL CMusicPlayerDlg::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) in OnSetCursor()
6094 BOOL CMusicPlayerDlg::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct) in OnCopyData()
H A DUIElement.cpp3375 void UiElement::SearchBox::InitSearchBoxControl(CWnd* pWnd) in InitSearchBoxControl()