2 writes to _elementsBounds
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
95
_elementsBounds
= new List<Rect>();
184
_elementsBounds
= hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
163
if (count !=
_elementsBounds
.Count)
171
if (
_elementsBounds
[i] != hatchBounds[i])
244
int count =
_elementsBounds
.Count;
250
Rect hatchRect =
_elementsBounds
[i];