2 writes to biCompression
System.Windows.Forms (2)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
133biCompression = (uint)BI_COMPRESSION.BI_RGB
System\Windows\Forms\Rendering\ControlPaint.cs (1)
200biCompression = (uint)BI_COMPRESSION.BI_RGB
2 references to biCompression
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
233if (bitmapInfo->bmiHeader.biCompression == (uint)BI_COMPRESSION.BI_BITFIELDS) 383if (bitmapInfo->bmiHeader.biCompression == (uint)BI_COMPRESSION.BI_RGB)