4 references to Width
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
445
Rect rcLogicalWindow = DpiHelper.DeviceRectToLogical(new Rect(rcWindow.Left, rcWindow.Top, rcWindow.
Width
, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY);
446
Rect rcLogicalClient = DpiHelper.DeviceRectToLogical(new Rect(rcAdjustedClient.Left, rcAdjustedClient.Top, rcAdjustedClient.
Width
, rcAdjustedClient.Height), dpi.DpiScaleX, dpi.DpiScaleY);
1041
return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.
Width
, windowPosition.Height);
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2139
get { return new SIZE { cx =
Width
, cy = Height }; }