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