4 writes to _dpiX
PresentationCore (4)
System\Windows\Media\Imaging\BitmapSource.cs (2)
634
out
_dpiX
,
1500
_dpiX
= sourceBitmap.DpiX;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
80
_dpiX
= dpiX;
113
_dpiX
= sourceBitmap._dpiX;
3 references to _dpiX
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
215
return
_dpiX
;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
113
_dpiX = sourceBitmap.
_dpiX
;
263
(float)
_dpiX
,