1 write to _attributeRanges
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
62
_attributeRanges
= attributeRanges;
5 references to _attributeRanges
PresentationFramework (5)
System\Windows\Documents\CompositionAdorner.cs (5)
146
for (int i = 0; i <
_attributeRanges
.Count; i++)
151
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];
330
_attributeRanges
.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute));
339
for (int i = 0; i <
_attributeRanges
.Count; i++)
342
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];