1 write to _attributeRanges
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
63_attributeRanges = attributeRanges;
5 references to _attributeRanges
PresentationFramework (5)
System\Windows\Documents\CompositionAdorner.cs (5)
147for (int i = 0; i < _attributeRanges.Count; i++) 152AttributeRange attributeRange = (AttributeRange)_attributeRanges[i]; 329_attributeRanges.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute)); 338for (int i = 0; i < _attributeRanges.Count; i++) 341AttributeRange attributeRange = (AttributeRange)_attributeRanges[i];