2 writes to _elementsBounds
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
103
_elementsBounds
= new List<Rect>();
193
_elementsBounds
= hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
172
if ( count !=
_elementsBounds
.Count )
180
if (
_elementsBounds
[i] != hatchBounds[i] )
253
int count =
_elementsBounds
.Count;
259
Rect hatchRect =
_elementsBounds
[i];