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