6 writes to _cachedBounds
PresentationCore (6)
System\Windows\Ink\Stroke.cs (5)
176
_cachedBounds
= Rect.Empty;
497
_cachedBounds
= Rect.Empty;
529
_cachedBounds
= Rect.Empty;
1059
_cachedBounds
= Rect.Empty;
1081
_cachedBounds
= Rect.Empty;
System\Windows\Ink\Stroke2.cs (1)
570
_cachedBounds
= newBounds;
3 references to _cachedBounds
PresentationCore (3)
System\Windows\Ink\Stroke2.cs (3)
41
if (
_cachedBounds
.IsEmpty)
47
_cachedBounds
.Union(strokeNode.GetBounds());
51
return
_cachedBounds
;