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)
31if (_cachedBounds.IsEmpty) 37_cachedBounds.Union(strokeNode.GetBounds()); 41return _cachedBounds;