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