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]; 331_attributeRanges.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute)); 340for (int i = 0; i < _attributeRanges.Count; i++) 343AttributeRange attributeRange = (AttributeRange)_attributeRanges[i];