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