Searched refs:m_debugListBox (Results 1 – 2 of 2) sorted by relevance
50 DDX_Control(pDX, IDC_DEBUG_LISTBOX, m_debugListBox); in DoDataExchange()120 if (!m_debugListBox.GetCount()) in OnInitDialog()144 int maxItems = m_debugListBox.GetCount(); in OnCopyToClipboard()162 m_debugListBox.GetText(xItem, listboxItem); in OnCopyToClipboard()180 if (!m_CopyButton && m_debugListBox.GetCount()) in PreTranslateMessage()
48 CListBox m_debugListBox; variable