10 references to TextModifierScope
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
495get { return _runInfo.TextModifierScope; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (9)
709runInfo.TextModifierScope 729runInfo.TextModifierScope 749runInfo.TextModifierScope 1072return ( runInfo.TextModifierScope != null 1073&& runInfo.TextModifierScope.TextModifier.HasDirectionalEmbedding 1387numberContext = GetNumberContext(runInfo.TextModifierScope); 1692bool isRightToLeftParagraph = (runInfo.TextModifierScope != null) ? 1693runInfo.TextModifierScope.TextModifier.FlowDirection == FlowDirection.RightToLeft : 1705runInfo.TextModifierScope,