2 writes to _cachedBounds
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
531_cachedBounds = null; 594_cachedBounds = Strokes.GetBounds();
2 references to _cachedBounds
PresentationFramework (2)
src\Framework\System\Windows\Controls\InkPresenter.cs (2)
592if ( _cachedBounds == null ) 597return _cachedBounds.Value;