1 write to _textServicesDisplayAttribute
PresentationFramework (1)
System\Windows\Documents\CompositionAdorner.cs (1)
461_textServicesDisplayAttribute = textServicesDisplayAttribute;
3 references to _textServicesDisplayAttribute
PresentationFramework (3)
System\Windows\Documents\CompositionAdorner.cs (3)
507Color lineColor = _textServicesDisplayAttribute.GetLineColor(start); 553return _textServicesDisplayAttribute; 617_compositionLines.Add(new CompositionLine(startRect, endRect, _textServicesDisplayAttribute.GetLineColor(startLinePointer)));