1 write to _attributeRanges
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
66_attributeRanges = attributeRanges;
5 references to _attributeRanges
PresentationFramework (5)
System\Windows\Documents\CompositionAdorner.cs (5)
150for (int i = 0; i < _attributeRanges.Count; i++) 155AttributeRange attributeRange = (AttributeRange)_attributeRanges[i]; 332_attributeRanges.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute)); 341for (int i = 0; i < _attributeRanges.Count; i++) 344AttributeRange attributeRange = (AttributeRange)_attributeRanges[i];