4 references to PixelsToDIPs
PresentationCore (4)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
453
return ImageSource.
PixelsToDIPs
(_dpiX, (int)_pixelWidth);
468
return ImageSource.
PixelsToDIPs
(_dpiY, (int)_pixelHeight);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
501
return ImageSource.
PixelsToDIPs
(this.DpiX, this.PixelWidth);
509
return ImageSource.
PixelsToDIPs
(this.DpiY, this.PixelHeight);