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