2 writes to _dpiY
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
78
_dpiY
= dpiY;
554
_dpiY
= source._dpiY;
3 references to _dpiY
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
171
_dpiY
,
430
return ImageSource.PixelsToDIPs(
_dpiY
, (int)_pixelHeight);
554
_dpiY = source.
_dpiY
;