4 writes to _dpiY
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
689
out
_dpiY
));
1608
_dpiY
= sourceBitmap.DpiY;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
96
_dpiY
= dpiY;
134
_dpiY
= sourceBitmap._dpiY;
3 references to _dpiY
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
252
return
_dpiY
;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
134
_dpiY = sourceBitmap.
_dpiY
;
302
(float)
_dpiY
,