Searched refs:pNextC (Results 1 – 1 of 1) sorted by relevance
656 Window* pNextC = pNext; in ProcessWindowEvent() local657 while ( pNextC && !pNextC->IsCompoundControl() ) in ProcessWindowEvent()658 pNextC = pNextC->GetParent(); in ProcessWindowEvent()659 if ( pNextC ) in ProcessWindowEvent()660 pNext = pNextC; in ProcessWindowEvent()
Completed in 25 milliseconds