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)
512
Color lineColor =
_textServicesDisplayAttribute
.GetLineColor(start);
558
return
_textServicesDisplayAttribute
;
622
_compositionLines.Add(new CompositionLine(startRect, endRect,
_textServicesDisplayAttribute
.GetLineColor(startLinePointer)));