1 write to targetLoc
System.Drawing (1)
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
164this.targetLoc = new Point(targetRectangle.X, targetRectangle.Y);
7 references to targetLoc
System.Drawing (7)
commonui\System\Drawing\BufferedGraphicsContext.cs (7)
170surface = CreateBuffer(destDc, -targetLoc.X, -targetLoc.Y, targetRectangle.Width, targetRectangle.Height); 177surface = CreateBuffer(targetDC, -targetLoc.X, -targetLoc.Y, targetRectangle.Width, targetRectangle.Height); 180this.buffer = new BufferedGraphics(surface, this, targetGraphics, targetDC, targetLoc, virtualSize); 405compatGraphics.TranslateTransform(-targetLoc.X, -targetLoc.Y);