6 writes to _cachedBounds
PresentationCore (6)
Core\CSharp\System\Windows\Ink\Stroke.cs (5)
183
_cachedBounds
= Rect.Empty;
508
_cachedBounds
= Rect.Empty;
543
_cachedBounds
= Rect.Empty;
1080
_cachedBounds
= Rect.Empty;
1102
_cachedBounds
= Rect.Empty;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
613
_cachedBounds
= newBounds;
3 references to _cachedBounds
PresentationCore (3)
Core\CSharp\System\Windows\Ink\Stroke2.cs (3)
41
if (
_cachedBounds
.IsEmpty)
47
_cachedBounds
.Union(strokeNode.GetBounds());
51
return
_cachedBounds
;