4 writes to _dpiX
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
688
out
_dpiX
,
1607
_dpiX
= sourceBitmap.DpiX;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
95
_dpiX
= dpiX;
133
_dpiX
= sourceBitmap._dpiX;
3 references to _dpiX
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
235
return
_dpiX
;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
133
_dpiX = sourceBitmap.
_dpiX
;
301
(float)
_dpiX
,