1 write to _currentScope
PresentationCore (1)
System\Windows\Media\textformatting\TextLineBreak.cs (1)
32
_currentScope
= currentScope;
2 references to _currentScope
PresentationCore (2)
System\Windows\Media\textformatting\TextLineBreak.cs (2)
82
return new TextLineBreak(
_currentScope
, pbreakrec);
108
get { return
_currentScope
; }