| 15 | DUI_END_MESSAGE_MAP() |
| 16 | |
| 17 | void WindowImplBase::OnFinalMessage( HWND hWnd ) |
| 18 | { |
| 19 | m_PaintManager.RemovePreMessageFilter(this); |
| 20 | m_PaintManager.RemoveNotifier(this); |
| 21 | m_PaintManager.ReapObjects(m_PaintManager.GetRoot()); |
| 22 | } |
| 23 | |
| 24 | LRESULT WindowImplBase::ResponseDefaultKeyEvent(WPARAM wParam) |
| 25 | { |
nothing calls this directly
no test coverage detected