Lines Matching refs:IsExpanded
1001 if( !pView->IsExpanded( pParent ) ) in MakeVisible()
1109 if( pView->IsExpanded(pEntry) ) in DrawNet()
1133 if( !pView->IsExpanded(pEntry) ) in DrawNet()
1723 pEntry->HasChilds() && pView->IsExpanded(pEntry) && in RemovingEntry()
1735 DBG_ASSERT( pView->IsExpanded( pParent ), "Parent not expanded"); in RemovingEntry()
2093 if ( pView->IsExpanded( pEntry ) ) in ButtonDownCheckExpand()
2177 if( pView->IsExpanded(pEntry) ) in MouseButtonDown()
2397 if( IsExpandable() && pView->IsExpanded( pCursor ) ) in KeyInput()
2506 if( pView->IsExpanded( pCursor ) ) in KeyInput()
2554 if( !pView->IsExpanded(pCursor)) in KeyInput()
2562 if( pCur->HasChilds() && !pView->IsExpanded(pCur)) in KeyInput()
2582 if( pView->IsExpanded(pCursor)) in KeyInput()
2607 if( pView->IsExpanded(pParentToCollapse) ) in KeyInput()
2612 if( pCur->HasChilds() && pView->IsExpanded(pCur) ) in KeyInput()
3500 if( pChild->HasChilds() && pView->IsExpanded( pChild )) in FindMostRight_Impl()