I can not reproduce your problem.
Here is what I tried:
<Window x:Class="Test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow"
WindowState="Maximized">
<Grid>
<Image Source="E:\testImages\test.bmp" Stretch="None" VerticalAlignment="Top" HorizontalAlignment="Left" />
</Grid>
</Window>
and with this, indeed, the window has a position (-8, -8), which is normal, since this is the way MS Windows "hide" the borders of windows ...
, , , , .
Hack, , 8 8xpx .
- ,
, , , , "AllowsTransparency" true.
, ...