4 writes to _dpiX
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
688out _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)
235return _dpiX;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
133_dpiX = sourceBitmap._dpiX; 301(float)_dpiX,