5 writes to _pixelHeight
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
95_pixelHeight = 0, 114_pixelHeight = pixelHeight, 134_pixelHeight = 0 156_pixelHeight = pixelHeight 185_pixelHeight = 0
8 references to _pixelHeight
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
70return _pixelHeight; 199if (_pixelWidth == 0 && _pixelHeight != 0) 203newWidth = (uint)((_pixelHeight * width)/height); 204newHeight = (uint)_pixelHeight; 206else if (_pixelWidth != 0 && _pixelHeight == 0) 213else if (_pixelWidth != 0 && _pixelHeight != 0) 218newHeight = (uint)_pixelHeight; 231return (_pixelWidth != 0 || _pixelHeight != 0);