Searched refs:GetItemEdit (Results 1 – 3 of 3) sorted by relevance
112 if (CPWL_EditImpl* pEdit = m_pList->GetItemEdit(i)) { in DrawThisAppearance()123 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i), in DrawThisAppearance()130 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i), in DrawThisAppearance()137 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i), in DrawThisAppearance()
85 CPWL_EditImpl* GetItemEdit(int32_t nIndex) const;
568 CPWL_EditImpl* CPWL_ListCtrl::GetItemEdit(int32_t nIndex) const { in GetItemEdit() function in CPWL_ListCtrl