protected override void OnSourceInitialized(EventArgs e)
base.OnSourceInitialized(e);
HwndSource source = PresentationSource.FromVisual(this) as HwndSource;
if (source != null)
source.CompositionTarget.RenderMode = RenderMode.SoftwareOnly;
Does this problem also occur in the CEF
Sample Application
NO, only occur in CefSharp.WPF.
changed the title
CefSharp.WPF cannot render page on Intel 11th Core Iris Xe Integration graphic card
CefSharp.WPF cannot redraw page on Intel 11th Core Iris Xe Integration graphic card
Nov 13, 2020
changed the title
CefSharp.WPF cannot redraw page on Intel 11th Core Iris Xe Integration graphic card
WPF - cannot redraw page on Intel 11th Core Iris Xe Integration graphic card
Nov 13, 2020
Thanks for the workaround 👍 Have you reported the issue with the WPF
team?
Making this as known-issue
.
As this doesn't appear to be anything actionable from a CefSharp
point of view I'm going to close this.
Thanks for the workaround 👍 Have you reported the issue with the WPF
team?
Making this as known-issue
.
As this doesn't appear to be anything actionable from a CefSharp
point of view I'm going to close this.
okay, thanks for you reply.
I haven't reported this to the WPF Team, now that I'll report the issue to WPF team.