3 references to Width
PresentationFramework (3)
System\Windows\Shell\WindowChromeWorker.cs (2)
646
return new Rect(windowPosition.Left, windowPosition.Top, windowPosition.
Width
, windowPosition.Height);
1081
Size logicalSize = DpiHelper.DeviceSizeToLogical(new Size(rcWindow.
Width
, rcWindow.Height), dpi.DpiScaleX, dpi.DpiScaleY);
System\Windows\Standard\NativeMethods.cs (1)
2017
get { return new SIZE { cx =
Width
, cy = Height }; }