I found a similar
question, but none of the answers I came up.
1)
this.Left
and
this.Top
Studio says that it is not the numbers (I suppose that ∞)
2)
PointToScreen(new Point(this.Left, this.Top))
error:
System.InvalidOperationException: "This Visual is not connected to a PresentationSource."
PS If it matters, the Window I have has the following properties:
AllowsTransparency="true" Background="Transparent" WindowStyle="None"