1 write to _attributeRanges
PresentationFramework (1)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
68
_attributeRanges
= attributeRanges;
5 references to _attributeRanges
PresentationFramework (5)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (5)
152
for (int i = 0; i <
_attributeRanges
.Count; i++)
157
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];
334
_attributeRanges
.Add(new AttributeRange(_textView, rangeStart, rangeEnd, textServiceDisplayAttribute));
343
for (int i = 0; i <
_attributeRanges
.Count; i++)
346
AttributeRange attributeRange = (AttributeRange)
_attributeRanges
[i];