_Draw
void _Draw(BRect screenUpdateRect);
_Draw(GetLayout(), updateRect);
_Draw(item, updateRect);
void _Draw(BLayoutItem* item, BRect updateRect);
view->_Draw(info->updateRect);
child->_Draw(container, childUpdateRect);
void _Draw(BView* container, BRect updateRect);
View::_Draw(this, updateRect);