2 references to CalculateWindowLocation
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
2883
updateHwndPlacement = (
CalculateWindowLocation
(ref xDeviceUnits, ref yDeviceUnits, sizeDeviceUnits)? true: updateHwndPlacement);
3000
if (
CalculateWindowLocation
(ref xDeviceUnits, ref yDeviceUnits, new Size(newSizeDeviceUnits.X, newSizeDeviceUnits.Y)))