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