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)
82return new TextLineBreak(_currentScope, pbreakrec); 108get { return _currentScope; }