3 writes to _modifierScope
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
144
_modifierScope
= previousLineBreak.TextModifierScope.CloneStack();
454
_modifierScope
= new TextModifierScope(
467
_modifierScope
= _modifierScope.ParentScope;
6 references to _modifierScope
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (6)
147
_bidiState = new BidiState(_settings, _cpFirst,
_modifierScope
);
449
TextModifierScope currentScope =
_modifierScope
;
455
_modifierScope
,
461
currentScope =
_modifierScope
;
463
else if (
_modifierScope
!= null && textRun is TextEndOfSegment)
467
_modifierScope =
_modifierScope
.ParentScope;