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