10 references to DpiY
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
670double dpiY = frame.DpiY;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
509return ImageSource.PixelsToDIPs(this.DpiY, this.PixelHeight); 1608_dpiY = sourceBitmap.DpiY; 1901pDpiY = bitmapSource.DpiY;
Core\CSharp\System\Windows\Media\Imaging\BitmapVisualManager.cs (1)
102double dpiY = _bitmapTarget.DpiY;
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
871source.DpiY,
PresentationFramework (2)
src\Framework\System\Windows\Documents\WpfPayload.cs (2)
680imageSource1.DpiY != imageSource2.DpiY ||
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
208enabledImageSource = BitmapSource.Create(width, height, image.DpiX, image.DpiY, format, null, pixels, stride); 215disabledImageSource = BitmapSource.Create(width, height, image.DpiX, image.DpiY, format, null, pixels, stride);