Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please don't review yet: PoC: Calculator App hosting a DrawingIsland #342

Draft
wants to merge 1 commit into
base: user/jeffstall/drawingisland
Choose a base branch
from

Conversation

JesseCol
Copy link
Collaborator

@JesseCol JesseCol commented May 8, 2024

Please don't review yet, we may not want to organize it this way, and the code is a bit jank and proof-of-concept.

This also brings the c# projects up to .net9.

@JesseCol JesseCol changed the base branch from main to user/jeffstall/drawingisland May 8, 2024 00:08
protected override void DestroyWindowCore(HandleRef hwnd)
{
_desktopChildSiteBridge?.Dispose();
_desktopChildSiteBridge = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also after the bridge.

_island.Dispose();
_compositor.Dispose();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants