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