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