3 references to AllocBufferInTempManager
System.Drawing (3)
commonui\System\Drawing\BufferedGraphicsContext.cs (3)
118return AllocBufferInTempManager(targetGraphics, IntPtr.Zero, targetRectangle); 133return AllocBufferInTempManager(null, targetDC, targetRectangle); 154return AllocBufferInTempManager(targetGraphics, targetDC, targetRectangle);