# TX Text Control .NET for WPF: Rendering Issues with Intel Iris Xe Graphics (Solved)

> Users reported issues with specific Intel graphics adapters where the document is not rendered properly. The content is not visible before it is changed or the document is zoomed. This article gives an overview of the problem and provides the solution.

- **Author:** Bjoern Meyer
- **Published:** 2022-03-03
- **Modified:** 2025-11-16
- **Description:** Users reported issues with specific Intel graphics adapters where the document is not rendered properly. The content is not visible before it is changed or the document is zoomed. This article gives an overview of the problem and provides the solution.
- **2 min read** (385 words)
- **Tags:**
  - Intel
  - Iris Xe
  - Known Issus
  - .NET Framework
  - Rendering
  - WPF
- **Web URL:** https://www.textcontrol.com/blog/2022/03/03/rendering-issues-with-intel-iris-xe-graphics-solved/
- **LLMs URL:** https://www.textcontrol.com/blog/2022/03/03/rendering-issues-with-intel-iris-xe-graphics-solved/llms.txt
- **LLMs-Full URL:** https://www.textcontrol.com/blog/2022/03/03/rendering-issues-with-intel-iris-xe-graphics-solved/llms-full.txt

---

### Rendering Problem

Text Control users reported issues on machines with specific Intel graphics adapters. Common reports confirm that the document is not rendered properly and the content is not visible before it is changed or the document is zoomed.

> **Important**
> 
> This problem exists in all versions of TX Text Control .NET for WPF >= 24.0 (X14). After version 24.0, we switched the rendering to the affected WriteableBitmap. Versions before 24.0 are not affected.

This problem is discussed in the WPF GitHub repository:

[WPF - cannot redraw page on Intel 11th Core Iris Xe Integration graphic card #3817](https://github.com/dotnet/wpf/issues/3817)

### What is Affected?

All [Intel® Iris® Xe Graphics](https://www.intel.com/content/www/us/en/architecture-and-technology/visual-technology/graphics-overview.html) adapters part of the 11th generation Intel® processors are affected. Many Dell machines come with these processors by default, but it is not limited to this one vendor.

### Text Control is Not Alone

This problem affects many vendors and libraries that use the [WriteableBitmap](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.writeablebitmap?view=windowsdesktop-6.0) class including [SkiaSharp](https://github.com/mono/SkiaSharp), [CefSharp](https://github.com/cefsharp/CefSharp) and apparently TX Text Control.

> On *Iris Xe Graphics*, UI elements don't refresh after they are initially rendered on applications that leverage Windows Presentation Foundation (WPF) when hardware acceleration is active.
> 
> [https://www.intel.com](https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html), Intel

Since version 24.0 (X14), TX Text Control uses the *WriteableBitmap* to render text onto a [DrawingContext](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.drawingcontext?view=windowsdesktop-6.0). That is the reason why older versions of TX Text Control are not affected.

### The Solution

This issue comes only into effect in case the hardware acceleration is active. Intel is recommending to turn off the hardware acceleration using the registry or to install an updated driver that fixes this specific issue:

[Applications Using Windows Presentation Foundation (WPF) Don't Refresh After They Are Initially Rendered](https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html)

The updated drivers can be found here:

[Intel® Graphics - BETA Windows\* DCH Drivers](https://www.intel.com/content/www/us/en/download/19387/intel-graphics-beta-windows-dch-drivers.html)

Please let us know, if you are having problems with the suggested solutions.

---

## About Bjoern Meyer

As CEO, Bjoern is the visionary behind our strategic direction and business development, bridging the gap between our customers and engineering teams. His deep passion for coding and web technologies drives the creation of innovative products. If you're at a tech conference, be sure to stop by our booth - you'll most likely meet Bjoern in person. With an advanced graduate degree (Dipl. Inf.) in Computer Science, specializing in AI, from the University of Bremen, Bjoern brings significant expertise to his role. In his spare time, Bjoern enjoys running, paragliding, mountain biking, and playing the piano.

- [LinkedIn](https://www.linkedin.com/in/bjoernmeyer/)
- [X](https://x.com/txbjoern)
- [GitHub](https://github.com/bjoerntx)
