Searched refs:m_pRBBox (Results 1 – 2 of 2) sorted by relevance
1208 m_pRBBox(NULL), in CPWL_Note()1326 ASSERT(m_pRBBox != NULL); in RePosNoteChildren()1395 m_pRBBox->Move(rcRBBox, TRUE, FALSE); in RePosNoteChildren()1396 m_pRBBox->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcRBBox)); in RePosNoteChildren()1434 ASSERT(m_pRBBox != NULL); in NoteHitTest()1449 if (m_pRBBox->WndHitTest(m_pRBBox->ParentToChild(point))) return 3; in NoteHitTest()1503 m_pRBBox = new CPWL_Note_RBBox; in CreateChildWnd()1509 m_pRBBox->Create(rcp); in CreateChildWnd()1710 if (m_pRBBox) in SetBkColor()1711 m_pRBBox->SetTextColor(sTextColor); in SetBkColor()
348 CPWL_Note_RBBox* m_pRBBox; variable