4 references to PixelsToDIPs
PresentationCore (4)
System\Windows\InterOp\D3DImage.cs (2)
403
return ImageSource.
PixelsToDIPs
(_dpiX, (int)_pixelWidth);
418
return ImageSource.
PixelsToDIPs
(_dpiY, (int)_pixelHeight);
System\Windows\Media\Imaging\BitmapSource.cs (2)
443
return ImageSource.
PixelsToDIPs
(this.DpiX, this.PixelWidth);
451
return ImageSource.
PixelsToDIPs
(this.DpiY, this.PixelHeight);