7 references to GetBounds
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (2)
718
_bounds = stroke.
GetBounds
();
918
_bounds = _stroke.
GetBounds
();
System\Windows\Ink\Stroke2.cs (2)
334
if (erasingBounds.IntersectsWith(this.
GetBounds
()))
598
if (!lasso.Bounds.IntersectsWith(this.
GetBounds
()))
System\Windows\Ink\StrokeCollection2.cs (2)
34
bounds.Union(stroke.
GetBounds
());
207
if (erasingBounds.IntersectsWith(stroke.
GetBounds
()) &&
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
356
Rect strokeBounds = singleStroke.
GetBounds
();