4 references to Height
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
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); 1041return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.Width, windowPosition.Height);
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2139get { return new SIZE { cx = Width, cy = Height }; }