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