2 references to ConstraintToSystemDrawingSize
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
249SD.Size constraintSize = Convert.ConstraintToSystemDrawingSize(constraint, _currentScale, dpi.DpiScaleX, dpi.DpiScaleY); 282SD.Size targetSize = Convert.ConstraintToSystemDrawingSize(finalSize, _currentScale, dpi.DpiScaleX, dpi.DpiScaleY);