3 writes to _modifierScope
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (3)
140
_modifierScope
= previousLineBreak.TextModifierScope.CloneStack();
448
_modifierScope
= new TextModifierScope(
461
_modifierScope
= _modifierScope.ParentScope;
6 references to _modifierScope
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
143
_bidiState = new BidiState(_settings, _cpFirst,
_modifierScope
);
443
TextModifierScope currentScope =
_modifierScope
;
449
_modifierScope
,
455
currentScope =
_modifierScope
;
457
else if (
_modifierScope
!= null && textRun is TextEndOfSegment)
461
_modifierScope =
_modifierScope
.ParentScope;