5 writes to _pixelWidth
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (5)
95_pixelWidth = 0 114_pixelWidth = 0 132_pixelWidth = pixelWidth, 154_pixelWidth = pixelWidth, 183_pixelWidth = 0,
8 references to _pixelWidth
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (8)
55return _pixelWidth; 198if (_pixelWidth == 0 && _pixelHeight != 0) 205else if (_pixelWidth != 0 && _pixelHeight == 0) 209newWidth = (uint)_pixelWidth; 210newHeight = (uint)((_pixelWidth * height)/width); 212else if (_pixelWidth != 0 && _pixelHeight != 0) 216newWidth = (uint)_pixelWidth; 230return (_pixelWidth != 0 || _pixelHeight != 0);