5 writes to _pixelWidth
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
96_pixelWidth = 0 115_pixelWidth = 0 133_pixelWidth = pixelWidth, 155_pixelWidth = pixelWidth, 184_pixelWidth = 0,
8 references to _pixelWidth
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
56return _pixelWidth; 199if (_pixelWidth == 0 && _pixelHeight != 0) 206else if (_pixelWidth != 0 && _pixelHeight == 0) 210newWidth = (uint)_pixelWidth; 211newHeight = (uint)((_pixelWidth * height)/width); 213else if (_pixelWidth != 0 && _pixelHeight != 0) 217newWidth = (uint)_pixelWidth; 231return (_pixelWidth != 0 || _pixelHeight != 0);