1 write to LogicalTopLeft
PresentationFramework (1)
System\Windows\Window.cs (1)
7820
LogicalTopLeft
= topLeft;
6 references to LogicalTopLeft
PresentationFramework (6)
System\Windows\Window.cs (6)
7810
/// The Screen-space translation of <see cref="
LogicalTopLeft
"/>
7869
/// <see cref="
LogicalTopLeft
"/> exists within that monitor's rectangle. To do this,
7873
/// <see cref="
LogicalTopLeft
"/> lies within that rectangle. If it does, then it updates <see cref="ScreenTopLeft"/>
7942
if (monitorRectInWpfScale.Contains(
LogicalTopLeft
))
7946
X =
LogicalTopLeft
.X * dpiScaleX,
7947
Y =
LogicalTopLeft
.Y * dpiScaleY