2 writes to _dpiX
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
103
_dpiX
= dpiX;
610
_dpiX
= source._dpiX;
3 references to _dpiX
PresentationCore (3)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
203
_dpiX
,
453
return ImageSource.PixelsToDIPs(
_dpiX
, (int)_pixelWidth);
610
_dpiX = source.
_dpiX
;