| 347 | } |
| 348 | |
| 349 | LRESULT WindowImplBase::OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 350 | { |
| 351 | bHandled = FALSE; |
| 352 | return 0; |
| 353 | } |
| 354 | |
| 355 | LRESULT WindowImplBase::OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 356 | { |
nothing calls this directly
no outgoing calls
no test coverage detected