5 writes to _pixelHeight
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
94_pixelHeight = 0, 113_pixelHeight = pixelHeight, 133_pixelHeight = 0 155_pixelHeight = pixelHeight 184_pixelHeight = 0
8 references to _pixelHeight
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
69return _pixelHeight; 198if (_pixelWidth == 0 && _pixelHeight != 0) 202newWidth = (uint)((_pixelHeight * width)/height); 203newHeight = (uint)_pixelHeight; 205else if (_pixelWidth != 0 && _pixelHeight == 0) 212else if (_pixelWidth != 0 && _pixelHeight != 0) 217newHeight = (uint)_pixelHeight; 230return (_pixelWidth != 0 || _pixelHeight != 0);