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); 427TextModifierScope currentScope = _modifierScope; 433_modifierScope, 439currentScope = _modifierScope; 441else if (_modifierScope != null && textRun is TextEndOfSegment) 445_modifierScope = _modifierScope.ParentScope;