1 write to _pixelHeight
PresentationCore (1)
System\Windows\InterOp\D3DImage.cs (1)
209
_pixelHeight
= newPixelHeight;
2 references to _pixelHeight
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
400
return (int)
_pixelHeight
;
430
return ImageSource.PixelsToDIPs(_dpiY, (int)
_pixelHeight
);