8 references to _shapeBounds
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (8)
69
if (
_shapeBounds
.IsEmpty)
74
_shapeBounds
.Union(new Rect((Point)_vertices[i], (Point)_vertices[i + 1]));
78
_shapeBounds
.Union((Point)_vertices[i]);
82
Rect boundingBox =
_shapeBounds
;
89
_shapeBounds
.X * pressureFactor,
90
_shapeBounds
.Y * pressureFactor,
91
_shapeBounds
.Width * pressureFactor,
92
_shapeBounds
.Height * pressureFactor);