8 references to _shapeBounds
PresentationCore (8)
MS\Internal\Ink\StrokeNodeOperations.cs (8)
58
if (
_shapeBounds
.IsEmpty)
63
_shapeBounds
.Union(new Rect((Point)_vertices[i], (Point)_vertices[i + 1]));
67
_shapeBounds
.Union((Point)_vertices[i]);
71
Rect boundingBox =
_shapeBounds
;
78
_shapeBounds
.X * pressureFactor,
79
_shapeBounds
.Y * pressureFactor,
80
_shapeBounds
.Width * pressureFactor,
81
_shapeBounds
.Height * pressureFactor);