Searched refs:pLayoutableWindow (Results 1 – 1 of 1) sorted by relevance
236 ILayoutableWindow* pLayoutableWindow = dynamic_cast<ILayoutableWindow*>(mpControl); in getHeightForWidth() local237 if (pLayoutableWindow != NULL) in getHeightForWidth()238 return pLayoutableWindow->GetHeightForWidth(nWidth); in getHeightForWidth()
Completed in 10 milliseconds