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)
160if (count != _elementsBounds.Count) 168if (_elementsBounds[i] != hatchBounds[i]) 241int count = _elementsBounds.Count; 247Rect hatchRect = _elementsBounds[i];