7 references to GetBounds
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (2)
714_bounds = stroke.GetBounds(); 914_bounds = _stroke.GetBounds();
System\Windows\Ink\Stroke2.cs (2)
327if (erasingBounds.IntersectsWith(this.GetBounds())) 591if (!lasso.Bounds.IntersectsWith(this.GetBounds()))
System\Windows\Ink\StrokeCollection2.cs (2)
33bounds.Union(stroke.GetBounds()); 203if (erasingBounds.IntersectsWith(stroke.GetBounds()) &&
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
352Rect strokeBounds = singleStroke.GetBounds();