3 writes to _modifierScope
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (3)
124
_modifierScope
= previousLineBreak.TextModifierScope.CloneStack();
432
_modifierScope
= new TextModifierScope(
445
_modifierScope
= _modifierScope.ParentScope;
6 references to _modifierScope
PresentationCore (6)
MS\Internal\TextFormatting\TextStore.cs (6)
127
_bidiState = new BidiState(_settings, _cpFirst,
_modifierScope
);
427
TextModifierScope currentScope =
_modifierScope
;
433
_modifierScope
,
439
currentScope =
_modifierScope
;
441
else if (
_modifierScope
!= null && textRun is TextEndOfSegment)
445
_modifierScope =
_modifierScope
.ParentScope;