1 write to _pixelWidth
PresentationCore (1)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
241_pixelWidth = newPixelWidth;
2 references to _pixelWidth
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
425return (int)_pixelWidth; 453return ImageSource.PixelsToDIPs(_dpiX, (int)_pixelWidth);