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