7 references to GetBounds
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (2)
727
_bounds = stroke.
GetBounds
();
927
_bounds = _stroke.
GetBounds
();
System\Windows\Ink\Stroke2.cs (2)
343
if (erasingBounds.IntersectsWith(this.
GetBounds
()))
607
if (!lasso.Bounds.IntersectsWith(this.
GetBounds
()))
System\Windows\Ink\StrokeCollection2.cs (2)
44
bounds.Union(stroke.
GetBounds
());
225
if (erasingBounds.IntersectsWith(stroke.
GetBounds
()) &&
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
357
Rect strokeBounds = singleStroke.
GetBounds
();