2 writes to _elementsBounds
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
89
_elementsBounds
= new List<Rect>();
178
_elementsBounds
= hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
157
if (count !=
_elementsBounds
.Count)
165
if (
_elementsBounds
[i] != hatchBounds[i])
238
int count =
_elementsBounds
.Count;
244
Rect hatchRect =
_elementsBounds
[i];