1 write to LogicalTopLeft
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
8342LogicalTopLeft = topLeft;
6 references to LogicalTopLeft
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
8332/// The Screen-space translation of <see cref="LogicalTopLeft"/> 8396/// <see cref="LogicalTopLeft"/> exists within that monitor's rectangle. To do this, 8400/// <see cref="LogicalTopLeft"/> lies within that rectangle. If it does, then it updates <see cref="ScreenTopLeft"/> 8475if (monitorRectInWpfScale.Contains(LogicalTopLeft)) 8479X = LogicalTopLeft.X * dpiScaleX, 8480Y = LogicalTopLeft.Y * dpiScaleY