3 writes to _modifierScope
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (3)
125
_modifierScope
= previousLineBreak.TextModifierScope.CloneStack();
433
_modifierScope
= new TextModifierScope(
446
_modifierScope
= _modifierScope.ParentScope;
6 references to _modifierScope
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
128
_bidiState = new BidiState(_settings, _cpFirst,
_modifierScope
);
428
TextModifierScope currentScope =
_modifierScope
;
434
_modifierScope
,
440
currentScope =
_modifierScope
;
442
else if (
_modifierScope
!= null && textRun is TextEndOfSegment)
446
_modifierScope =
_modifierScope
.ParentScope;