2 writes to _dpiY
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
104
_dpiY
= dpiY;
611
_dpiY
= source._dpiY;
3 references to _dpiY
PresentationCore (3)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
204
_dpiY
,
468
return ImageSource.PixelsToDIPs(
_dpiY
, (int)_pixelHeight);
611
_dpiY = source.
_dpiY
;