Search code examples
wpfwinformsremote-desktopwinforms-interop

How do WinForms controls inside WPF WindowsFormsHost remote?


Say, I have a WPF program with a Windows Forms control in "WindowsFormsHost" on some of its windows.

I use that program via Remote Desktop.

How will this control's graphics remote? Via GDI instructions as if it was WinForms app or as plain bitmaps like WPF does?


Solution

  • Created a test. So, it remotes as GDI, very fast.