2 writes to Top
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
699rcClientArea.Top += (int)windowResizeBorderThicknessDevice.Top;
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2147Top = Math.Min(rect1.Top, rect2.Top),
8 references to Top
PresentationFramework (8)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (6)
445Rect rcLogicalWindow = DpiHelper.DeviceRectToLogical(new Rect(rcWindow.Left, rcWindow.Top, rcWindow.Width, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY); 446Rect rcLogicalClient = DpiHelper.DeviceRectToLogical(new Rect(rcAdjustedClient.Left, rcAdjustedClient.Top, rcAdjustedClient.Width, rcAdjustedClient.Height), dpi.DpiScaleX, dpi.DpiScaleY); 552wp.rcNormalPosition.Top - adjustedDeviceRc.Top), 603windowTopLeft -= (Vector)DpiHelper.DevicePixelsToLogical(new Point(adjustedOffset.Left, adjustedOffset.Top), dpi.DpiScaleX, dpi.DpiScaleY); 1041return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2147Top = Math.Min(rect1.Top, rect2.Top),