2 writes to _elementsBounds
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
92
_elementsBounds
= new List<Rect>();
181
_elementsBounds
= hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
160
if (count !=
_elementsBounds
.Count)
168
if (
_elementsBounds
[i] != hatchBounds[i])
241
int count =
_elementsBounds
.Count;
247
Rect hatchRect =
_elementsBounds
[i];