2 writes to _cachedBounds
PresentationFramework (2)
System\Windows\Controls\InkPresenter.cs (2)
523
_cachedBounds
= null;
586
_cachedBounds
= Strokes.GetBounds();
2 references to _cachedBounds
PresentationFramework (2)
System\Windows\Controls\InkPresenter.cs (2)
584
if (
_cachedBounds
== null )
589
return
_cachedBounds
.Value;