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