6 writes to _cachedBounds
PresentationCore (6)
System\Windows\Ink\Stroke.cs (5)
160
_cachedBounds
= Rect.Empty;
481
_cachedBounds
= Rect.Empty;
513
_cachedBounds
= Rect.Empty;
1043
_cachedBounds
= Rect.Empty;
1065
_cachedBounds
= Rect.Empty;
System\Windows\Ink\Stroke2.cs (1)
554
_cachedBounds
= newBounds;
3 references to _cachedBounds
PresentationCore (3)
System\Windows\Ink\Stroke2.cs (3)
31
if (
_cachedBounds
.IsEmpty)
37
_cachedBounds
.Union(strokeNode.GetBounds());
41
return
_cachedBounds
;