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