2 writes to Top
PresentationFramework (2)
System\Windows\Shell\WindowChromeWorker.cs (1)
594rcClientArea.Top += (int)windowResizeBorderThicknessDevice.Top;
System\Windows\Standard\NativeMethods.cs (1)
2050Top = Math.Min(rect1.Top, rect2.Top),
8 references to Top
PresentationFramework (8)
System\Windows\Shell\WindowChromeWorker.cs (6)
370Rect rcLogicalWindow = DpiHelper.DeviceRectToLogical(new Rect(rcWindow.Left, rcWindow.Top, rcWindow.Width, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY); 371Rect rcLogicalClient = DpiHelper.DeviceRectToLogical(new Rect(rcAdjustedClient.Left, rcAdjustedClient.Top, rcAdjustedClient.Width, rcAdjustedClient.Height), dpi.DpiScaleX, dpi.DpiScaleY); 471wp.rcNormalPosition.Top - adjustedDeviceRc.Top), 514windowTopLeft -= (Vector)DpiHelper.DevicePixelsToLogical(new Point(adjustedOffset.Left, adjustedOffset.Top), dpi.DpiScaleX, dpi.DpiScaleY); 896return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
System\Windows\Standard\NativeMethods.cs (2)
2050Top = Math.Min(rect1.Top, rect2.Top),