1 write to _textServicesDisplayAttribute
PresentationFramework (1)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
466_textServicesDisplayAttribute = textServicesDisplayAttribute;
3 references to _textServicesDisplayAttribute
PresentationFramework (3)
src\Framework\System\Windows\Documents\CompositionAdorner.cs (3)
512Color lineColor = _textServicesDisplayAttribute.GetLineColor(start); 558return _textServicesDisplayAttribute; 622_compositionLines.Add(new CompositionLine(startRect, endRect, _textServicesDisplayAttribute.GetLineColor(startLinePointer)));