2 writes to _dpiX
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
77
_dpiX
= dpiX;
553
_dpiX
= source._dpiX;
3 references to _dpiX
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
170
_dpiX
,
415
return ImageSource.PixelsToDIPs(
_dpiX
, (int)_pixelWidth);
553
_dpiX = source.
_dpiX
;