4 writes to _dpiY
PresentationCore (4)
System\Windows\Media\Imaging\BitmapSource.cs (2)
635
out
_dpiY
));
1501
_dpiY
= sourceBitmap.DpiY;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
81
_dpiY
= dpiY;
114
_dpiY
= sourceBitmap._dpiY;
3 references to _dpiY
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
232
return
_dpiY
;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
114
_dpiY = sourceBitmap.
_dpiY
;
264
(float)
_dpiY
,