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); 443TextModifierScope currentScope = _modifierScope; 449_modifierScope, 455currentScope = _modifierScope; 457else if (_modifierScope != null && textRun is TextEndOfSegment) 461_modifierScope = _modifierScope.ParentScope;