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)
648
if (
_bitsPerPixel
== 0)
673
return (int)
_bitsPerPixel
;