3 references to AllocBuffer
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
80return AllocBuffer(targetGraphics, HDC.Null, targetRectangle); 93return AllocBuffer(null, (HDC)targetDC, targetRectangle); 156tempBuffer = tempContext.AllocBuffer(targetGraphics, targetDC, targetRectangle);