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