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