4 writes to _bitsPerPixel
PresentationCore (4)
System\Windows\Media\PixelFormat.cs (4)
171
_bitsPerPixel
= GetBitsPerPixelFromEnum(_format);
180
_bitsPerPixel
= GetBitsPerPixelFromEnum(format);
227
_bitsPerPixel
= GetBitsPerPixelFromEnum(_format);
453
_bitsPerPixel
= bpp;
2 references to _bitsPerPixel
PresentationCore (2)
System\Windows\Media\PixelFormat.cs (2)
431
if (
_bitsPerPixel
== 0)
456
return (int)
_bitsPerPixel
;