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