2 writes to _elementsBounds
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
88
_elementsBounds
= new List<Rect>();
177
_elementsBounds
= hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
156
if (count !=
_elementsBounds
.Count)
164
if (
_elementsBounds
[i] != hatchBounds[i])
237
int count =
_elementsBounds
.Count;
243
Rect hatchRect =
_elementsBounds
[i];