6 writes to _cachedBounds
PresentationCore (6)
System\Windows\Ink\Stroke.cs (5)
161
_cachedBounds
= Rect.Empty;
482
_cachedBounds
= Rect.Empty;
514
_cachedBounds
= Rect.Empty;
1044
_cachedBounds
= Rect.Empty;
1066
_cachedBounds
= Rect.Empty;
System\Windows\Ink\Stroke2.cs (1)
555
_cachedBounds
= newBounds;
3 references to _cachedBounds
PresentationCore (3)
System\Windows\Ink\Stroke2.cs (3)
32
if (
_cachedBounds
.IsEmpty)
38
_cachedBounds
.Union(strokeNode.GetBounds());
42
return
_cachedBounds
;