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