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