4 writes to _bitsPerPixel
PresentationCore (4)
Core\CSharp\System\Windows\Media\PixelFormat.cs (4)
206_bitsPerPixel = GetBitsPerPixelFromEnum(_format); 220_bitsPerPixel = GetBitsPerPixelFromEnum(format); 364_bitsPerPixel = GetBitsPerPixelFromEnum(format); 670_bitsPerPixel = bpp;
2 references to _bitsPerPixel
PresentationCore (2)
Core\CSharp\System\Windows\Media\PixelFormat.cs (2)
648if (_bitsPerPixel == 0) 673return (int) _bitsPerPixel;