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