2 writes to _dpiX
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
64
_dpiX
= dpiX;
540
_dpiX
= source._dpiX;
3 references to _dpiX
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
157
_dpiX
,
402
return ImageSource.PixelsToDIPs(
_dpiX
, (int)_pixelWidth);
540
_dpiX = source.
_dpiX
;