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