Searched refs:mpImageList (Results 1 – 2 of 2) sorted by relevance
94 mpImageList = NULL; in project_view()110 if (mpImageList) in ~project_view()112 delete mpImageList; in ~project_view()191 if (mpImageList) in OnInitialUpdate()193 delete mpImageList; in OnInitialUpdate()194 mpImageList = NULL; in OnInitialUpdate()196 mpImageList = CreateImageList(16, 16); in OnInitialUpdate()197 mpTree->SetImageList(mpImageList, TVSIL_NORMAL); in OnInitialUpdate()
153 CImageList *mpImageList; variable