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); 428TextModifierScope currentScope = _modifierScope; 434_modifierScope, 440currentScope = _modifierScope; 442else if (_modifierScope != null && textRun is TextEndOfSegment) 446_modifierScope = _modifierScope.ParentScope;