1 write to _textSource
PresentationCore (1)
MS\Internal\TextFormatting\FormatSettings.cs (1)
57
_textSource
= textSource;
2 references to _textSource
PresentationCore (2)
MS\Internal\TextFormatting\FormatSettings.cs (2)
100
get { return
_textSource
; }
268
return _runCache.GetPrecedingText(
_textSource
, cpLimit);