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