4 writes to _bitsPerPixel
PresentationCore (4)
System\Windows\Media\PixelFormat.cs (4)
185
_bitsPerPixel
= GetBitsPerPixelFromEnum(_format);
194
_bitsPerPixel
= GetBitsPerPixelFromEnum(format);
330
_bitsPerPixel
= GetBitsPerPixelFromEnum(format);
619
_bitsPerPixel
= bpp;
2 references to _bitsPerPixel
PresentationCore (2)
System\Windows\Media\PixelFormat.cs (2)
597
if (
_bitsPerPixel
== 0)
622
return (int)
_bitsPerPixel
;