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