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)
32if (_cachedBounds.IsEmpty) 38_cachedBounds.Union(strokeNode.GetBounds()); 42return _cachedBounds;