2 writes to _dib
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
322_dib = CreateCompatibleDIB(src, HPALETTE.Null, optWidth, optHeight); 449_dib = HBITMAP.Null;
3 references to _dib
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
327_oldBitmap = (HBITMAP)PInvokeCore.SelectObject(_compatDC, _dib); 444if (!_dib.IsNull) 448PInvokeCore.DeleteObject(_dib);