Title says most of it. I have a WPF UserControl that defines the BitmapCache as followed:
<UserControl.CacheMode>
<BitmapCache EnableClearType="False"
RenderAtScale="1"
SnapsToDevicePixels="False" />
</UserControl.CacheMode>
It works on almost all machines like a charm, but one brand new laptop with Intel Iris graphics card. I played around with all kinds of settings, installed a new driver and looked for alternatives. Sadly without this stuff my application - which is full of animations and shadows - runs a lot less smooth.
So i hope i can keep this by fixing the problem somehow. Does someone have a clue for me what i could do on this laptop to correct this error?
Thanks in Advance!