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)
150
for (int i = 0; i <
_attributeRanges
.Count; i++)
155
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];
332
_attributeRanges
.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute));
341
for (int i = 0; i <
_attributeRanges
.Count; i++)
344
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];