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)
156if (count != _elementsBounds.Count) 164if (_elementsBounds[i] != hatchBounds[i]) 237int count = _elementsBounds.Count; 243Rect hatchRect = _elementsBounds[i];