4 writes to _dpiX
PresentationCore (4)
System\Windows\Media\Imaging\BitmapSource.cs (2)
619
out
_dpiX
,
1485
_dpiX
= sourceBitmap.DpiX;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
61
_dpiX
= dpiX;
94
_dpiX
= sourceBitmap._dpiX;
3 references to _dpiX
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
200
return
_dpiX
;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
94
_dpiX = sourceBitmap.
_dpiX
;
244
(float)
_dpiX
,