You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review SimpleViewWindow, clean up the logic a little and modernize it as necessary.
The implementer IViewHostWindowImpl was created as a precaution - we were not sure how many window classes will need to be able to host views. Now that it is clear we do not need more than one - they should merge and reduce the complexity of the code a little this way.
I believe these tasks should be done in the order they are listed. I noticed some very old and unused stuff in SimpleViewWindow - some clean up should be done for sure, also review of its behavior in respect to the hosted view may be a good idea.
The text was updated successfully, but these errors were encountered:
The implementer IViewHostWindowImpl was created as a precaution - we were not sure how many window classes will need to be able to host views. Now that it is clear we do not need more than one - they should merge and reduce the complexity of the code a little this way.
I believe these tasks should be done in the order they are listed. I noticed some very old and unused stuff in SimpleViewWindow - some clean up should be done for sure, also review of its behavior in respect to the hosted view may be a good idea.
The text was updated successfully, but these errors were encountered: