3 references to AllocBuffer
System.Drawing (3)
commonui\System\Drawing\BufferedGraphicsContext.cs (3)
120return AllocBuffer(targetGraphics, IntPtr.Zero, targetRectangle); 135return AllocBuffer(null, targetDC, targetRectangle); 203tempBuffer = tempContext.AllocBuffer(targetGraphics, targetDC, targetRectangle);