2 writes to _dpiX
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
65
_dpiX
= dpiX;
541
_dpiX
= source._dpiX;
3 references to _dpiX
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
158
_dpiX
,
403
return ImageSource.PixelsToDIPs(
_dpiX
, (int)_pixelWidth);
541
_dpiX = source.
_dpiX
;