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)
374
if (erasingBounds.IntersectsWith(this.
GetBounds
()))
650
if (!lasso.Bounds.IntersectsWith(this.
GetBounds
()))
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
47
bounds.Union(stroke.
GetBounds
());
238
if (erasingBounds.IntersectsWith(stroke.
GetBounds
()) &&
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
382
Rect strokeBounds = singleStroke.
GetBounds
();