I have more expanders in StackPanel (Orientation=Vertical). When I expand one, the others below the expanded one seem to be blured. Like it would SnapsToDevicePixels=False.
I think the problem could be in StackPanel because it doesn't support UseLayoutRounding in .NET 3.5 (which I use) yet. Is that possible or the problem could be elsewhere?
I put SnapsToDevicePixels="True" almost everywhere I could, but nothing changed.
(Font has size 12 so it couldn't be [1]: WPF Blurry fonts issue- Solutions)