1 write to _desiredSize
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
1297
_desiredSize
= new Size(ptLowerRight.X - ptUpperLeft.X, ptLowerRight.Y - ptUpperLeft.Y);
2 references to _desiredSize
PresentationFramework (2)
src\Framework\System\Windows\Interop\HwndHost.cs (2)
857
desiredSize.Width = Math.Min(
_desiredSize
.Width, constraint.Width);
858
desiredSize.Height = Math.Min(
_desiredSize
.Height, constraint.Height);