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