2 writes to _compatDC
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (2)
310_compatDC = PInvokeCore.CreateCompatibleDC(src); 433_compatDC = HDC.Null;
6 references to _compatDC
System.Drawing.Common (6)
System\Drawing\BufferedGraphicsContext.cs (6)
327_oldBitmap = (HBITMAP)PInvokeCore.SelectObject(_compatDC, _dib); 330_compatGraphics = Graphics.FromHdcInternal(_compatDC); 424if (!_oldBitmap.IsNull && !_compatDC.IsNull) 426PInvokeCore.SelectObject(_compatDC, _oldBitmap); 430if (!_compatDC.IsNull) 432PInvokeCore.DeleteDC(_compatDC);