2 writes to _cachedBounds
PresentationFramework (2)
System\Windows\Controls\InkPresenter.cs (2)
513_cachedBounds = null; 576_cachedBounds = Strokes.GetBounds();
2 references to _cachedBounds
PresentationFramework (2)
System\Windows\Controls\InkPresenter.cs (2)
574if ( _cachedBounds == null ) 579return _cachedBounds.Value;