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)
592
if (
_cachedBounds
== null )
597
return
_cachedBounds
.Value;