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)
163if (count != _elementsBounds.Count) 171if (_elementsBounds[i] != hatchBounds[i]) 244int count = _elementsBounds.Count; 250Rect hatchRect = _elementsBounds[i];