3 writes to _modifierScope
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
144_modifierScope = previousLineBreak.TextModifierScope.CloneStack(); 454_modifierScope = new TextModifierScope( 467_modifierScope = _modifierScope.ParentScope;
6 references to _modifierScope
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (6)
147_bidiState = new BidiState(_settings, _cpFirst, _modifierScope); 449TextModifierScope currentScope = _modifierScope; 455_modifierScope, 461currentScope = _modifierScope; 463else if (_modifierScope != null && textRun is TextEndOfSegment) 467_modifierScope = _modifierScope.ParentScope;