2 writes to _elementsBounds
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
103_elementsBounds = new List<Rect>(); 193_elementsBounds = hatchBounds;
4 references to _elementsBounds
PresentationFramework (4)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (4)
172if ( count != _elementsBounds.Count ) 180if ( _elementsBounds[i] != hatchBounds[i] ) 253int count = _elementsBounds.Count; 259Rect hatchRect = _elementsBounds[i];