8 references to _shapeBounds
PresentationCore (8)
MS\Internal\Ink\StrokeNodeOperations.cs (8)
59
if (
_shapeBounds
.IsEmpty)
64
_shapeBounds
.Union(new Rect((Point)_vertices[i], (Point)_vertices[i + 1]));
68
_shapeBounds
.Union((Point)_vertices[i]);
72
Rect boundingBox =
_shapeBounds
;
79
_shapeBounds
.X * pressureFactor,
80
_shapeBounds
.Y * pressureFactor,
81
_shapeBounds
.Width * pressureFactor,
82
_shapeBounds
.Height * pressureFactor);