7 references to GetBounds
PresentationCore (6)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (2)
738_bounds = stroke.GetBounds(); 938_bounds = _stroke.GetBounds();
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
374if (erasingBounds.IntersectsWith(this.GetBounds())) 650if (!lasso.Bounds.IntersectsWith(this.GetBounds()))
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
47bounds.Union(stroke.GetBounds()); 238if (erasingBounds.IntersectsWith(stroke.GetBounds()) &&
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
382Rect strokeBounds = singleStroke.GetBounds();