2 writes to _oldBitmap
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
327
_oldBitmap
= (HBITMAP)PInvokeCore.SelectObject(_compatDC, _dib);
427
_oldBitmap
= HBITMAP.Null;
3 references to _oldBitmap
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
424
if (!
_oldBitmap
.IsNull && !_compatDC.IsNull)
426
PInvokeCore.SelectObject(_compatDC,
_oldBitmap
);
446
Debug.Assert(
_oldBitmap
.IsNull);