1 write to _currentScope
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextLineBreak.cs (1)
52
_currentScope
= currentScope;
2 references to _currentScope
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\TextLineBreak.cs (2)
107
return new TextLineBreak(
_currentScope
, new SecurityCriticalDataForSet<IntPtr>(pbreakrec));
140
get { return
_currentScope
; }